Fixed wxTreebook tree control style

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-07-15 21:28:12 +00:00
parent 339e08c704
commit 9ca15f291c

View File

@@ -102,9 +102,7 @@ wxTreebook::Create(wxWindow *parent,
wxID_ANY,
wxDefaultPosition,
wxDefaultSize,
#ifndef __WXMSW__
wxBORDER_SIMPLE | // On wxMSW this produces a black border which is wrong
#endif
wxBORDER_THEME |
wxTR_DEFAULT_STYLE |
wxTR_HIDE_ROOT |
wxTR_SINGLE