summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-20 18:28:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-20 18:28:52 +0300
commitadac917df1b99bc0861e94c4edd8cbff5feb077e (patch)
tree95f7e7f06266f9c25f35b67b376f9b33ac1e1a1c
parentcb9354194e457d2a7c232c956bb6bbe6982000e4 (diff)
this code causes endless recursion via OnChange
-rw-r--r--src/mir_core/src/CCtrlCheck.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mir_core/src/CCtrlCheck.cpp b/src/mir_core/src/CCtrlCheck.cpp
index 56cf6cec45..5f220c6eba 100644
--- a/src/mir_core/src/CCtrlCheck.cpp
+++ b/src/mir_core/src/CCtrlCheck.cpp
@@ -57,7 +57,6 @@ int CCtrlCheck::GetState()
void CCtrlCheck::SetState(int state)
{
::SendMessage(m_hwnd, BM_SETCHECK, state, 0);
- NotifyChange();
}
bool CCtrlCheck::IsChecked()