we don't need status bar in the MDI children
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -267,11 +267,6 @@ void MyFrame::OnNewWindow(wxCommandEvent& WXUNUSED(event) )
|
|||||||
subframe->SetMenuBar(menu_bar);
|
subframe->SetMenuBar(menu_bar);
|
||||||
#endif // wxUSE_MENUS
|
#endif // wxUSE_MENUS
|
||||||
|
|
||||||
#if wxUSE_STATUSBAR
|
|
||||||
subframe->CreateStatusBar();
|
|
||||||
subframe->SetStatusText(title);
|
|
||||||
#endif // wxUSE_STATUSBAR
|
|
||||||
|
|
||||||
int width, height;
|
int width, height;
|
||||||
subframe->GetClientSize(&width, &height);
|
subframe->GetClientSize(&width, &height);
|
||||||
MyCanvas *canvas = new MyCanvas(subframe, wxPoint(0, 0), wxSize(width, height));
|
MyCanvas *canvas = new MyCanvas(subframe, wxPoint(0, 0), wxSize(width, height));
|
||||||
|
Reference in New Issue
Block a user