From: Vadim Zeitlin Date: Thu, 24 Feb 2005 15:22:31 +0000 (+0000) Subject: use correct colour for the toolbar initially (patch 1150657) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7474e2cb62228a7921ff3a0595019c03efe40be3?ds=inline use correct colour for the toolbar initially (patch 1150657) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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