]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/gizmos/splittree.cpp
added 'name' to wxEditableListBox ctor
[wxWidgets.git] / contrib / src / gizmos / splittree.cpp
index a99b6733c8198c6c625c0bd191b4a07cb1c3e1d9..d1911ee8e3076f9a8c05e23385fd187bea6f4f85 100644 (file)
@@ -573,7 +573,7 @@ void wxSplitterScrolledWindow::OnScroll(wxScrollWinEvent& event)
     if (inOnScroll)
         return;
     inOnScroll = TRUE;
-
+    
     int orient = event.GetOrientation();
 
     int nScrollInc = CalcScrollInc(event);