X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..1ddb283ad51e845a8f7d18e3e1efc07328b99142:/include/wx/msw/spinctrl.h diff --git a/include/wx/msw/spinctrl.h b/include/wx/msw/spinctrl.h index e137d50d6e..d1707c703f 100644 --- a/include/wx/msw/spinctrl.h +++ b/include/wx/msw/spinctrl.h @@ -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;