From 357540d5d8f0e67a2b3efdef7bc40c8db91fccf8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 30 Mar 2023 19:52:33 +0300 Subject: improved chat filter behavior consistency --- plugins/Scriver/src/msglog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Scriver/src/msglog.cpp') diff --git a/plugins/Scriver/src/msglog.cpp b/plugins/Scriver/src/msglog.cpp index 6b4b2266b7..ea8dbd2747 100644 --- a/plugins/Scriver/src/msglog.cpp +++ b/plugins/Scriver/src/msglog.cpp @@ -834,7 +834,7 @@ public: if (m_rtf.GetHwnd() == nullptr || lin == nullptr || si == nullptr) return; - if (!bRedraw && (si->iType == GCW_CHATROOM || si->iType == GCW_PRIVMESS) && m_pDlg.m_bFilterEnabled && !(m_pDlg.m_iLogFilterFlags & lin->iType)) + if (!bRedraw && (si->iType == GCW_CHATROOM || si->iType == GCW_PRIVMESS) && !(m_pDlg.m_iLogFilterFlags & lin->iType)) return; LOGSTREAMDATA streamData; -- cgit v1.2.3