X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b808efdb885aa82a6c34a8278119bae63c7f4183..ae072480721f82bda63771a4ef1d9ef278d2b1b0:/include/wx/msw/slider95.h diff --git a/include/wx/msw/slider95.h b/include/wx/msw/slider95.h index 68033d6c79..fbe92a43df 100644 --- a/include/wx/msw/slider95.h +++ b/include/wx/msw/slider95.h @@ -130,6 +130,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) };