Use bottom flat notebook on PocketPC by default.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -135,12 +135,7 @@ void wxPropertySheetDialog::CreateButtons(int flags)
|
||||
// Creates the book control
|
||||
wxBookCtrlBase* wxPropertySheetDialog::CreateBookCtrl()
|
||||
{
|
||||
int style = wxCLIP_CHILDREN;
|
||||
#if defined(__POCKETPC__) && wxUSE_NOTEBOOK
|
||||
style |= wxBK_BOTTOM|wxNB_FLAT;
|
||||
#else
|
||||
style |= wxBK_DEFAULT;
|
||||
#endif
|
||||
int style = wxCLIP_CHILDREN | wxBK_DEFAULT;
|
||||
|
||||
wxBookCtrlBase* bookCtrl = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user