Opening first subpage initially.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-05-17 22:21:29 +00:00
parent f2fdc4d56e
commit 7d1b5cb6ea

View File

@ -544,6 +544,7 @@ void WidgetsFrame::InitBook()
#if USE_TREEBOOK
// for treebook page #0 is empty parent page only
m_book->SetSelection(1);
m_book->SetSelection(0);
#endif
}