]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/scrolbar.cpp
Applied colspan corrections, #15274 and #15275 (dghart)
[wxWidgets.git] / src / gtk1 / scrolbar.cpp
index e6dd46e299df16569bb18e4536cf853c87e919f7..ae2b4b8a2b9214423abfb461e86bd1ab36b544f2 100644 (file)
@@ -79,7 +79,7 @@ static void gtk_scrollbar_callback( GtkAdjustment *adjust,
     win->HandleWindowEvent( event );
 
 /*
-    wxCommandEvent cevent( wxEVT_COMMAND_SCROLLBAR_UPDATED, win->GetId() );
+    wxCommandEvent cevent( wxEVT_SCROLLBAR, win->GetId() );
     cevent.SetEventObject( win );
     win->ProcessEvent( cevent );
 */