X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/721a9626991bd21815663a52ed6543647127fabf..2e5c710e90a4a35ba93b83bf9232995e39d045e6:/include/wx/palmos/slider.h?ds=sidebyside diff --git a/include/wx/palmos/slider.h b/include/wx/palmos/slider.h index 4b0053e234..b96e40ce15 100644 --- a/include/wx/palmos/slider.h +++ b/include/wx/palmos/slider.h @@ -85,8 +85,9 @@ protected: private: void Init(); - int m_oldPos; - int m_lineSize; + int m_oldPos; // needed for tracing thumb position during scrolling + int m_oldValue; // needed for comparing thumb position before and after scrolling + int m_lineSize; // imitate line size DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider) };