]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
fixed typo that caused incorrect if there was only one book
[wxWidgets.git] / src / generic / listctrl.cpp
index 2f69514f230d433407e9efd33c63942c2042be17..ba3308575709bbfffd9949fbec5ab3634cd0c1af 100644 (file)
@@ -3129,7 +3129,8 @@ void wxListMainWindow::SortItems( wxListCtrlCompare fn, long data )
 
 void wxListMainWindow::OnScroll(wxScrollWinEvent& event)
 {
-        wxScrolledWindow::OnScroll( event ) ;
+     wxScrolledWindow::OnScroll( event ) ;
+
 #if wxUSE_GENERIC_LIST_EXTENSIONS
 
     if (event.GetOrientation() == wxHORIZONTAL && ( m_mode & wxLC_REPORT ))