X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76a5e5d21ee1a6230d777ce0209b2df4c6075f0f..1aedb1dd8b6e2ace57901cbe0ce70786ddb67947:/src/mac/mdi.cpp?ds=sidebyside diff --git a/src/mac/mdi.cpp b/src/mac/mdi.cpp index 6f7ff1e805..024c4fb6c7 100644 --- a/src/mac/mdi.cpp +++ b/src/mac/mdi.cpp @@ -300,7 +300,7 @@ bool wxMDIClientWindow::CreateClient(wxMDIParentFrame *parent, long style) { parent->AddChild(this); } - m_backgroundColour = wxSystemSettings::GetSystemColour(wxSYS_COLOUR_APPWORKSPACE); + m_backgroundColour = wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE); wxModelessWindows.Append(this); return TRUE;