X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2392a466b2502d10c4433f7fe958e17890d75249..d4e5c5b98a5a80c5cc65776f2add32ff543c2972:/src/osx/slider_osx.cpp?ds=sidebyside diff --git a/src/osx/slider_osx.cpp b/src/osx/slider_osx.cpp index f532b5691b..4a358a3906 100644 --- a/src/osx/slider_osx.cpp +++ b/src/osx/slider_osx.cpp @@ -299,7 +299,7 @@ void wxSlider::TriggerScrollEvent( wxEventType scrollEvent) event.SetEventObject( this ); HandleWindowEvent( event ); - wxCommandEvent cevent( wxEVT_COMMAND_SLIDER_UPDATED, m_windowId ); + wxCommandEvent cevent( wxEVT_SLIDER, m_windowId ); cevent.SetInt( value ); cevent.SetEventObject( this ); HandleWindowEvent( cevent );