reworked the editor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
#include "wx/wx.h"
|
||||
|
||||
#include "editor.h"
|
||||
|
||||
#include "preview.h"
|
||||
#include "propframe.h"
|
||||
|
||||
|
||||
// -- Application
|
||||
@@ -51,6 +52,8 @@ bool MyApp::OnInit()
|
||||
wxFrame *frame = new EditorFrame(NULL, arg);
|
||||
SetTopWindow(frame);
|
||||
frame->Show(TRUE);
|
||||
PreviewFrame::Get()->Show(TRUE);
|
||||
PropertiesFrame::Get()->Show(TRUE);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user