summaryrefslogtreecommitdiff
path: root/src/mir_core
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-07-11 13:55:21 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-07-11 13:55:21 +0300
commit5af9984bc5422fb62c203ff9f5bd160b6e2cd53e (patch)
tree0fc2da766841e3cbe96fd1e3e08d8ad4e980bbed /src/mir_core
parenta55ce5d7b0d46869ec9fb21cfa41523d21fe4a14 (diff)
fixes #671 (White background on some options)
Diffstat (limited to 'src/mir_core')
-rw-r--r--src/mir_core/src/CCtrlBase.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mir_core/src/CCtrlBase.cpp b/src/mir_core/src/CCtrlBase.cpp
index 6365ead6e7..e94582f334 100644
--- a/src/mir_core/src/CCtrlBase.cpp
+++ b/src/mir_core/src/CCtrlBase.cpp
@@ -38,7 +38,8 @@ CCtrlBase::CCtrlBase(CDlgBase *wnd, int idCtrl)
m_idCtrl(idCtrl),
m_hwnd(nullptr),
m_bChanged(false),
- m_bSilent(false)
+ m_bSilent(false),
+ m_bUseSystemColors(false)
{
if (wnd)
wnd->AddControl(this);