summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/msgs.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-01-17 17:46:45 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-01-17 17:46:45 +0300
commit51d67b220e416aabac680c66e1be306f140221f2 (patch)
treed1b33cd023c9b10ea05888119073e41a648c250d /plugins/TabSRMM/src/msgs.cpp
parent63bb7d10c06fd8747412e76572647577e74a4bb5 (diff)
TabSRMM:
- fixed: status icons in group chats aren't changed when needed - the status bar redraw procedure seriously optimized
Diffstat (limited to 'plugins/TabSRMM/src/msgs.cpp')
-rw-r--r--plugins/TabSRMM/src/msgs.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgs.cpp b/plugins/TabSRMM/src/msgs.cpp
index 1ee76f03e1..0c5148a635 100644
--- a/plugins/TabSRMM/src/msgs.cpp
+++ b/plugins/TabSRMM/src/msgs.cpp
@@ -149,6 +149,10 @@ INT_PTR CTabBaseDlg::DlgProc(UINT msg, WPARAM wParam, LPARAM lParam)
}
return 0;
+ case DM_STATUSICONCHANGE:
+ m_pContainer->InitRedraw();
+ return 0;
+
case DM_ACTIVATEME: // the child window will activate itself
ActivateExistingTab(m_pContainer, m_hwnd);
return 0;