Merge branch 'collpane-bestsize'

Fix generic collapsible pane best size determination.

See https://github.com/wxWidgets/wxWidgets/pull/1580
This commit is contained in:
Vadim Zeitlin
2019-10-01 20:17:52 +02:00
4 changed files with 31 additions and 13 deletions

View File

@@ -73,7 +73,7 @@ public:
protected:
// overridden methods
virtual wxSize DoGetBestSize() const wxOVERRIDE;
virtual wxSize DoGetBestClientSize() const wxOVERRIDE;
int GetBorder() const;