summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-05 12:32:49 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-05 12:32:49 +0300
commitf34beb2e4e18dc1a99b3287c9d57c99bae7251af (patch)
tree5c30dff278268079892a09e220e60b90601e8481 /plugins
parentef4bb4cd3063b4088a46b48104b43e03a7ef38ea (diff)
fixes #2667 (TabSRMM: невозможно настроить жирность/курсивность шрифта для смены статуса в групчате)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/TabSRMM/src/chat_options.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp
index 40e7dee727..eb9cb8a543 100644
--- a/plugins/TabSRMM/src/chat_options.cpp
+++ b/plugins/TabSRMM/src/chat_options.cpp
@@ -294,8 +294,6 @@ void RegisterFontServiceFonts()
wcsncpy_s(fid.backgroundName, LPGENW("Input area background"), _TRUNCATE);
break;
case H_MSGFONTID_STATUSCHANGES:
- fid.flags |= FIDF_DISABLESTYLES;
- fid.flags &= ~FIDF_ALLOWEFFECTS;
wcsncpy_s(fid.backgroundName, LPGENW("Status background"), _TRUNCATE);
break;
case H_MSGFONTID_DIVIDERS: