set the same background colour for wxMDIParentFrame as for wxFrame

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-02-08 15:38:20 +00:00
parent 3d412f80e9
commit 5bee6b2be4

View File

@ -214,6 +214,8 @@ bool wxMDIParentFrame::Create(wxWindow *parent,
return false;
}
SetOwnBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE));
// unlike (almost?) all other windows, frames are created hidden
m_isShown = false;