X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/409c9842c71df526bcfbf1cf5ce80067b09d4d97..7b5d569973c2bf329a666c38e1612ca836695576:/src/os2/slider.cpp diff --git a/src/os2/slider.cpp b/src/os2/slider.cpp index 9dee621c51..130472e6ad 100644 --- a/src/os2/slider.cpp +++ b/src/os2/slider.cpp @@ -27,6 +27,7 @@ #if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxSlider, wxControl) +#endif // Slider wxSlider::wxSlider() @@ -140,6 +141,7 @@ bool wxSlider::OS2OnScroll(int WXUNUSED(orientation), WXWORD wParam, return TRUE; } */ + int newPos = 0; //temporary SetValue(newPos); wxScrollEvent event(scrollEvent, m_windowId);