Sizing fixes for generic control.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-11-02 18:17:24 +00:00
parent 36cb9ebe32
commit a6c82d64ce
2 changed files with 11 additions and 1 deletions

View File

@@ -331,6 +331,8 @@ protected:
int width, int height,
int sizeFlags = wxSIZE_AUTO);
virtual wxSize DoGetBestSize() const;
// common part of all ctors
void Init();