X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7c3840677ce08269bc5dc14a1a811fe3952391d0..f385b493dfd451e8d79f7b19c30e368a399a2ef5:/src/generic/treebkg.cpp diff --git a/src/generic/treebkg.cpp b/src/generic/treebkg.cpp index 165422a705..4f57582b0c 100644 --- a/src/generic/treebkg.cpp +++ b/src/generic/treebkg.cpp @@ -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