X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1897abe1d8ac5e9575f4c9a589ea7ce08189506a..ad653fa23069c5d9378247084f03c9a718c3ad62:/src/gtk/slider.cpp diff --git a/src/gtk/slider.cpp b/src/gtk/slider.cpp index 7e49ff26b4..70a10d6d02 100644 --- a/src/gtk/slider.cpp +++ b/src/gtk/slider.cpp @@ -60,7 +60,7 @@ ProcessScrollEvent(wxSlider *win, wxEventType evtType) } // and also generate a command event for compatibility - wxCommandEvent event( wxEVT_COMMAND_SLIDER_UPDATED, win->GetId() ); + wxCommandEvent event( wxEVT_SLIDER, win->GetId() ); event.SetEventObject( win ); event.SetInt( value ); win->HandleWindowEvent( event );