]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tbar95.cpp
setup.h regeration
[wxWidgets.git] / src / msw / tbar95.cpp
index 48a58f45d4d5f1dad340c4f6ce71c8a1c4b9cd77..f03cfbd04bc5ffaf0a79bd1e08330eb0fbddeeff 100644 (file)
@@ -240,7 +240,7 @@ bool wxToolBar::Create(wxWindow *parent,
     wxSetCCUnicodeFormat(GetHwnd());
 
     // set up the colors and fonts
-    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_MENUBAR));
+    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE));
     SetFont(wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT));
 
     // workaround for flat toolbar on Windows XP classic style