Don't use wxSIMPLE_BORDER on Windows since it gives a black border instead
of blue on XP git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39209 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -100,7 +100,9 @@ wxTreebook::Create(wxWindow *parent,
|
|||||||
wxID_TREEBOOKTREEVIEW,
|
wxID_TREEBOOKTREEVIEW,
|
||||||
wxDefaultPosition,
|
wxDefaultPosition,
|
||||||
wxDefaultSize,
|
wxDefaultSize,
|
||||||
wxBORDER_SIMPLE |
|
#ifndef __WXMSW__
|
||||||
|
wxBORDER_SIMPLE | // On wxMSW this produces a black border which is wrong
|
||||||
|
#endif
|
||||||
wxTR_DEFAULT_STYLE |
|
wxTR_DEFAULT_STYLE |
|
||||||
wxTR_HIDE_ROOT |
|
wxTR_HIDE_ROOT |
|
||||||
wxTR_SINGLE
|
wxTR_SINGLE
|
||||||
|
Reference in New Issue
Block a user