create status bar to see wxLogStatus messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
75deeb0dee
commit
f9d0e43901
@ -432,6 +432,10 @@ MyFrame::MyFrame(wxWindow *parent,
|
||||
);
|
||||
}
|
||||
#endif // wxUSE_COLOURDLG
|
||||
|
||||
#if wxUSE_STATUSBAR
|
||||
CreateStatusBar();
|
||||
#endif // wxUSE_STATUSBAR
|
||||
}
|
||||
|
||||
#if wxUSE_COLOURDLG
|
||||
|
Loading…
Reference in New Issue
Block a user