]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbr95.cpp
Better scrolling to cursor.
[wxWidgets.git] / src / msw / statbr95.cpp
index 5889081a5f904cf7d8c99d05cd03599b01ce34e5..45d66c2fcf10d022a20c38b8ca0f4f31b5bb07b5 100644 (file)
@@ -115,6 +115,8 @@ bool wxStatusBar95::Create(wxWindow *parent,
     SetFieldsCount(1);
     SubclassWin(m_hWnd);
 
+    SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_MENUBAR));
+
     return TRUE;
 }