From f34beb2e4e18dc1a99b3287c9d57c99bae7251af Mon Sep 17 00:00:00 2001
From: George Hazan <ghazan@miranda.im>
Date: Tue, 5 Jan 2021 12:32:49 +0300
Subject: =?UTF-8?q?fixes=20#2667=20(TabSRMM:=20=D0=BD=D0=B5=D0=B2=D0=BE?=
 =?UTF-8?q?=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD=D0=BE=20=D0=BD=D0=B0=D1=81=D1=82?=
 =?UTF-8?q?=D1=80=D0=BE=D0=B8=D1=82=D1=8C=20=D0=B6=D0=B8=D1=80=D0=BD=D0=BE?=
 =?UTF-8?q?=D1=81=D1=82=D1=8C/=D0=BA=D1=83=D1=80=D1=81=D0=B8=D0=B2=D0=BD?=
 =?UTF-8?q?=D0=BE=D1=81=D1=82=D1=8C=20=D1=88=D1=80=D0=B8=D1=84=D1=82=D0=B0?=
 =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D1=81=D0=BC=D0=B5=D0=BD=D1=8B=20=D1=81?=
 =?UTF-8?q?=D1=82=D0=B0=D1=82=D1=83=D1=81=D0=B0=20=D0=B2=20=D0=B3=D1=80?=
 =?UTF-8?q?=D1=83=D0=BF=D1=87=D0=B0=D1=82=D0=B5)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 plugins/TabSRMM/src/chat_options.cpp | 2 --
 1 file changed, 2 deletions(-)

(limited to 'plugins/TabSRMM/src')

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:
-- 
cgit v1.2.3