handle mouse capture lost event in grid windows and reset the grid to normal state when it happens

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-04 22:18:35 +00:00
parent d71789cc5b
commit 86033c4b6f
2 changed files with 72 additions and 29 deletions

View File

@@ -1770,6 +1770,9 @@ public:
// overridden wxWindow methods
virtual void Fit();
// implementation only
void CancelMouseCapture();
protected:
virtual wxSize DoGetBestSize() const;