1. more proper fix for wxChoice/wxComboBox height problems than in 2,2 branch

2. wxIsspace() fix merged from the 2.2 branch


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-05-19 01:01:21 +00:00
parent 31827af3ea
commit 18c5099700
5 changed files with 27 additions and 32 deletions

View File

@@ -86,7 +86,6 @@ public:
WXHWND GetEditHWND() const;
protected:
virtual void DoMoveWindow(int x, int y, int width, int height);
virtual wxSize DoGetBestSize() const;
};