From 198fa4f35166d05fa513658c30f4a0bc6ab5a733 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 19 Apr 2018 17:49:33 +0300 Subject: fixes #1283 (StdMsg: cursor does not change the shape) --- include/m_chat_int.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index f366ca4052..af4f137e07 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -440,6 +440,7 @@ public: int m_iLogFilterFlags; bool m_bFilterEnabled, m_bNicklistEnabled; bool m_bFGSet, m_bBGSet; + bool m_bInMenu; COLORREF m_iFG, m_iBG; void ClearLog(); -- cgit v1.2.3