]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/slider95.h
moved Esc processing from wxWindow to wxDialog where it belongs; use the -- to be...
[wxWidgets.git] / include / wx / msw / slider95.h
index 68033d6c793e4e8143a18bf6d80d4cc6a3cd8d80..fbe92a43df7605c6fad10edba6b931135ca6ae54 100644 (file)
@@ -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)
 };