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
This commit is contained in:
Julian Smart 2000-08-25 16:51:31 +00:00
parent 2f82899bba
commit 621f9767c8

View File

@ -188,6 +188,7 @@ private:
wxColour m_darkShadowColour;
wxColour m_hilightColour;
wxColour m_faceColour;
bool m_mouseCaptured;
DECLARE_EVENT_TABLE()
};