projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix typo in drawing slider ticks; added assert to check for it (slightly modified...
[wxWidgets.git]
/
src
/
msw
/
statbr95.cpp
diff --git
a/src/msw/statbr95.cpp
b/src/msw/statbr95.cpp
index 5889081a5f904cf7d8c99d05cd03599b01ce34e5..45d66c2fcf10d022a20c38b8ca0f4f31b5bb07b5 100644
(file)
--- a/
src/msw/statbr95.cpp
+++ b/
src/msw/statbr95.cpp
@@
-115,6
+115,8
@@
bool wxStatusBar95::Create(wxWindow *parent,
SetFieldsCount(1);
SubclassWin(m_hWnd);
SetFieldsCount(1);
SubclassWin(m_hWnd);
+ SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_MENUBAR));
+
return TRUE;
}
return TRUE;
}