From 720d774bfc0aa7941d1493a63291352f223aa61e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 May 2024 14:07:01 +0300 Subject: CSplitter: fix to avoid problems caused by WM_SIZE optimization --- include/m_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/m_gui.h b/include/m_gui.h index 999db8899b..9f08d3d4f2 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -495,6 +495,7 @@ protected: bool m_bFixedSize; bool m_bSucceeded = false; // was IDOK pressed or not bool m_bExiting = false; // window received WM_CLOSE and gonna die soon + bool m_bScheduledResize = false; enum { CLOSE_ON_OK = 0x1, CLOSE_ON_CANCEL = 0x2 }; uint8_t m_autoClose; // automatically close dialog on IDOK/CANCEL commands. default: CLOSE_ON_OK|CLOSE_ON_CANCEL -- cgit v1.2.3