diff options
author | George Hazan <ghazan@miranda.im> | 2021-01-05 12:32:49 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-01-05 12:32:49 +0300 |
commit | f34beb2e4e18dc1a99b3287c9d57c99bae7251af (patch) | |
tree | 5c30dff278268079892a09e220e60b90601e8481 /plugins | |
parent | ef4bb4cd3063b4088a46b48104b43e03a7ef38ea (diff) |
fixes #2667 (TabSRMM: невозможно настроить жирность/курсивность шрифта для смены статуса в групчате)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 2 |
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:
|