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:
Julian Smart 2006-05-18 09:38:47 +00:00
parent 77a1771911
commit 52f15cb7bb

View File

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