]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/treebkg.cpp
Fixed detection of Meta key state so that NumLock isn't misdetected as Meta.
[wxWidgets.git] / src / generic / treebkg.cpp
index 6ea625f17c0ea021ada6397523c6ec35a6d2d58d..6c13516a3d301e2b6d253882ef05cc77b8bfd4ac 100644 (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