Sync'ed show-window flag in MDI child constructor; added initial wxKill implementation
for wxMSW git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -650,6 +650,7 @@ bool wxMDIChildFrame::Create(wxMDIParentFrame *parent,
|
||||
: wxDEFAULT_MDICHILDFRAME_ICON);
|
||||
|
||||
SetName(name);
|
||||
wxWindowBase::Show(TRUE); // MDI child frame starts off shown
|
||||
|
||||
if ( id > -1 )
|
||||
m_windowId = id;
|
||||
|
Reference in New Issue
Block a user