X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b808efdb885aa82a6c34a8278119bae63c7f4183..9f8b9d9cc1d720b4a6868e811e616af1e2d84f05:/include/wx/msw/slider95.h?ds=sidebyside diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 68033d6c79..580b77f89b 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -12,10 +12,6 @@ #ifndef _WX_SLIDER95_H_ #define _WX_SLIDER95_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "slider95.h" -#endif - class WXDLLEXPORT wxSubwindows; // Slider @@ -130,6 +126,9 @@ protected: int m_lineSize; int m_tickFreq; + // flag needed to detect whether we're getting THUMBRELEASE event because + // of dragging the thumb or scrolling the mouse wheel + bool m_isDragging; DECLARE_DYNAMIC_CLASS_NO_COPY(wxSlider) };