summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/generic_msghandlers.cpp
diff options
context:
space:
mode:
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 866d149810..5f4758b7e5 100644
--- a/plugins/TabSRMM/src/generic_msghandlers.cpp
+++ b/plugins/TabSRMM/src/generic_msghandlers.cpp
@@ -874,6 +874,8 @@ void CMsgDialog::DM_OptionsApplied(bool bRemakeLog)
if (bRemakeLog) {
if (IsIconic(m_pContainer->m_hwnd))
m_bDeferredRemakeLog = true;
+ else if (isChat())
+ RedrawLog();
else
RemakeLog();
}