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:
parent
3d412f80e9
commit
5bee6b2be4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user