]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
removing double includes
[wxWidgets.git] / include / wx / msw / spinctrl.h
index e137d50d6ed19f46231458866080cdda5c2e3e9f..d1707c703f5d131a55251ed12e0321357bccbfb5 100644 (file)
@@ -122,6 +122,9 @@ protected:
     WXHWND     m_hwndBuddy;
     WXFARPROC  m_wndProcBuddy;
 
+    // Block text update event after SetValue()    
+    bool m_blockEvent;
+
     // all existing wxSpinCtrls - this allows to find the one corresponding to
     // the given buddy window in GetSpinForTextCtrl()
     static wxArraySpins ms_allSpins;