summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/generic_msghandlers.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-10-21 20:28:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-10-21 20:28:18 +0300
commit12d0e94244510f84d210dfeb07959978f799bdd0 (patch)
tree12a8249b2cb5e4492504e1128a133f9fdd32cd2e /plugins/TabSRMM/src/generic_msghandlers.cpp
parent04669d713f872e046644f19ade7eeac001fdf535 (diff)
fixes #2097 (TabSRMM: log background color is broken)
Diffstat (limited to 'plugins/TabSRMM/src/generic_msghandlers.cpp')
-rw-r--r--plugins/TabSRMM/src/generic_msghandlers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp
index 086abc4644..cb5d1f4f03 100644
--- a/plugins/TabSRMM/src/generic_msghandlers.cpp
+++ b/plugins/TabSRMM/src/generic_msghandlers.cpp
@@ -530,6 +530,8 @@ void CMsgDialog::DM_InitRichEdit()
szStreamOut = m_message.GetRichTextRtf();
SetWindowText(m_message.GetHwnd(), L"");
+ m_pLog->UpdateOptions();
+
m_message.SendMsg(EM_SETBKGNDCOLOR, 0, m_pContainer->m_theme.inputbg);
CHARFORMAT2A cf2;