From 621f9767c815b149f5fe4e74de86b40bdb09213b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 25 Aug 2000 16:51:31 +0000 Subject: [PATCH] Added a flag to avoid Capture/Release asserts git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/sashwin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/generic/sashwin.h b/include/wx/generic/sashwin.h index 647cbd6aff..6c4ae240c9 100644 --- a/include/wx/generic/sashwin.h +++ b/include/wx/generic/sashwin.h @@ -188,6 +188,7 @@ private: wxColour m_darkShadowColour; wxColour m_hilightColour; wxColour m_faceColour; + bool m_mouseCaptured; DECLARE_EVENT_TABLE() };