call wxMDIClientWindow::CreateClient()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -118,8 +118,10 @@ bool wxMDIParentFrame::Create(wxWindow *parent,
|
||||
m_parentFrameActive = true;
|
||||
|
||||
m_clientWindow = OnCreateClient();
|
||||
if ( !m_clientWindow || !m_clientWindow->CreateClient(this, style) )
|
||||
return false;
|
||||
|
||||
return m_clientWindow != NULL;
|
||||
return true;
|
||||
}
|
||||
|
||||
wxMDIParentFrame::~wxMDIParentFrame()
|
||||
|
Reference in New Issue
Block a user