Oops, left some personal stuff in here.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
81039e0de1
commit
5e5390ddfe
@ -391,9 +391,9 @@ void wxStatusBarGeneric::InitColours()
|
||||
|
||||
wxColour vColour;
|
||||
|
||||
vColour.Set(DawStr_CString("LIGHT GREY"));
|
||||
vColour.Set(wxString("LIGHT GREY"));
|
||||
SetBackgroundColour(vColour);
|
||||
vColour.Set(DawStr_CString("BLACK"));
|
||||
vColour.Set(wxString("BLACK"));
|
||||
SetForegroundColour(vColour);
|
||||
m_defaultStatusBarFont = *wxSMALL_FONT;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user