diff options
author | George Hazan <ghazan@miranda.im> | 2019-10-21 20:28:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-10-21 20:28:18 +0300 |
commit | 12d0e94244510f84d210dfeb07959978f799bdd0 (patch) | |
tree | 12a8249b2cb5e4492504e1128a133f9fdd32cd2e /plugins/TabSRMM/src/msgdlgother.cpp | |
parent | 04669d713f872e046644f19ade7eeac001fdf535 (diff) |
fixes #2097 (TabSRMM: log background color is broken)
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index 653f108fec..9e8ee1ad52 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -1863,8 +1863,6 @@ void CMsgDialog::UpdateNickList() void CMsgDialog::UpdateOptions() { - m_pLog->UpdateOptions(); - DM_InitRichEdit(); m_btnOk.SendMsg(BUTTONSETASNORMAL, TRUE, 0); |