diff --git a/src/msw/tbar95.cpp b/src/msw/tbar95.cpp index 48a58f45d4..f03cfbd04b 100644 --- a/src/msw/tbar95.cpp +++ b/src/msw/tbar95.cpp @@ -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