Book controls also shouldn't do anything for SetInitialBestSize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-04 00:53:19 +00:00
parent 7a5a571859
commit 6457949e5c

View File

@@ -177,6 +177,8 @@ protected:
// common part of all ctors // common part of all ctors
void Init(); void Init();
// Always rely on GetBestSize, which will look at all the pages
virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { }
// the array of all pages of this control // the array of all pages of this control
wxArrayPages m_pages; wxArrayPages m_pages;