diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-18 15:11:06 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-18 15:11:06 +0300 |
commit | 26a29a27927319f614038cfd18b8dbc05fe9ea56 (patch) | |
tree | e56c8d307a5d0bab3b87f20c9fbfe8c6573d7451 /src/core | |
parent | a19fd509b8d4b3df08f61d7aa74e45dd7a527ee3 (diff) |
fix for unblocking a checkbox in StdMsg options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stdmsg/src/msgoptions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdmsg/src/msgoptions.cpp b/src/core/stdmsg/src/msgoptions.cpp index 36da439de2..1bde34a331 100644 --- a/src/core/stdmsg/src/msgoptions.cpp +++ b/src/core/stdmsg/src/msgoptions.cpp @@ -274,6 +274,7 @@ public: void onChange_AutoMin(CCtrlCheck*)
{
chkAutoClose.SetState(false);
+ chkCtrlSupport.Enable(!chkAutoClose.GetState());
}
void onChange_AutoClose(CCtrlCheck*)
|