non owned window implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
296b728fa0
commit
ee263083c8
@ -391,7 +391,8 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
|
||||
if (parent)
|
||||
parent->AddChild(this);
|
||||
|
||||
MacCreateRealWindow( title, pos , size , MacRemoveBordersFromStyle(style) , name ) ;
|
||||
MacCreateRealWindow( pos , size , MacRemoveBordersFromStyle(style) , name ) ;
|
||||
SetTitle( title );
|
||||
|
||||
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user