From 2b5922a413634e236585bc9039450974f8ab2268 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Jun 2018 16:26:02 +0300 Subject: chat behaviour unification: if a window isn't closed, but only minimized, clist extra icon gets enabled again when a new message comes (till window gets focused) --- src/core/stdmsg/src/chat_window.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/core') diff --git a/src/core/stdmsg/src/chat_window.cpp b/src/core/stdmsg/src/chat_window.cpp index c8e23c46b8..459bb6575d 100644 --- a/src/core/stdmsg/src/chat_window.cpp +++ b/src/core/stdmsg/src/chat_window.cpp @@ -1101,15 +1101,6 @@ INT_PTR CChatRoomDlg::DlgProc(UINT uMsg, WPARAM wParam, LPARAM lParam) } break; - case WM_ACTIVATE: - if (LOWORD(wParam) == WA_INACTIVE) { - if (g_Settings.bTabsEnable) { - m_si->wState &= ~GC_EVENT_HIGHLIGHT; - m_si->wState &= ~STATE_TALK; - } - } - break; - case WM_NOTIFY: switch (((LPNMHDR)lParam)->code) { case EN_MSGFILTER: -- cgit v1.2.3