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:
@@ -391,9 +391,9 @@ void wxStatusBarGeneric::InitColours()
|
|||||||
|
|
||||||
wxColour vColour;
|
wxColour vColour;
|
||||||
|
|
||||||
vColour.Set(DawStr_CString("LIGHT GREY"));
|
vColour.Set(wxString("LIGHT GREY"));
|
||||||
SetBackgroundColour(vColour);
|
SetBackgroundColour(vColour);
|
||||||
vColour.Set(DawStr_CString("BLACK"));
|
vColour.Set(wxString("BLACK"));
|
||||||
SetForegroundColour(vColour);
|
SetForegroundColour(vColour);
|
||||||
m_defaultStatusBarFont = *wxSMALL_FONT;
|
m_defaultStatusBarFont = *wxSMALL_FONT;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user