From 4d91b4add55be0f9633bedb0893c63bcc0601555 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 16 Jan 2023 15:29:46 +0300 Subject: =?UTF-8?q?fixes=20#3305=20(tabSRMM:=20=D1=86=D0=B2=D0=B5=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=BE?= =?UTF-8?q?=D1=80=D0=B5=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/TabSRMM/src/msgoptions.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/TabSRMM/src/msgoptions.cpp b/plugins/TabSRMM/src/msgoptions.cpp index b71a71dbc7..db48cbabdf 100644 --- a/plugins/TabSRMM/src/msgoptions.cpp +++ b/plugins/TabSRMM/src/msgoptions.cpp @@ -523,10 +523,10 @@ public: Utils::enableDlgControl(m_hwndParent, IDC_RTLMODIFY, false); clr1.SetColor(M.GetDword("cc1", SRMSGDEFSET_BKGCOLOUR)); - clr1.SetColor(M.GetDword("cc2", SRMSGDEFSET_BKGCOLOUR)); - clr1.SetColor(M.GetDword("cc3", SRMSGDEFSET_BKGCOLOUR)); - clr1.SetColor(M.GetDword("cc4", SRMSGDEFSET_BKGCOLOUR)); - clr1.SetColor(M.GetDword("cc5", SRMSGDEFSET_BKGCOLOUR)); + clr2.SetColor(M.GetDword("cc2", SRMSGDEFSET_BKGCOLOUR)); + clr3.SetColor(M.GetDword("cc3", SRMSGDEFSET_BKGCOLOUR)); + clr4.SetColor(M.GetDword("cc4", SRMSGDEFSET_BKGCOLOUR)); + clr5.SetColor(M.GetDword("cc5", SRMSGDEFSET_BKGCOLOUR)); edtText.SendMsg(EM_SETREADONLY, true, 0); return true; } -- cgit v1.2.3