summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat_options.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-12-11 19:57:25 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-12-11 19:57:25 +0300
commitcca8cfd9395d44b9c0e044b8b7e627e9f8545db9 (patch)
tree7e85ce8686be9e38876d1e52eac2e849c424112d /plugins/TabSRMM/src/chat_options.cpp
parent89057685f2d5c4ca50426f153d8b92cba011b499 (diff)
fixes #2643 (TabSRMM: internal log disappears after any color change for group chats)
Diffstat (limited to 'plugins/TabSRMM/src/chat_options.cpp')
-rw-r--r--plugins/TabSRMM/src/chat_options.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp
index 53c3a7b4f9..7cd01aa80e 100644
--- a/plugins/TabSRMM/src/chat_options.cpp
+++ b/plugins/TabSRMM/src/chat_options.cpp
@@ -401,6 +401,10 @@ void RegisterFontServiceFonts()
int FontServiceFontsChanged(WPARAM, LPARAM)
{
+ g_chatApi.ReloadSettings();
+ g_chatApi.MM_IconsChanged();
+ g_chatApi.MM_FontsChanged();
+
PluginConfig.reloadSettings();
CSkin::initAeroEffect();
CacheMsgLogIcons();