Some updates (incomplete)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-08-14 09:04:36 +00:00
parent 74ee21fd66
commit 61775320c5
11 changed files with 1772 additions and 433 deletions

View File

@@ -122,7 +122,7 @@ bool ctApp::OnInit(void)
ctMainFrame* frame = new ctMainFrame(m_docManager, NULL, -1, wxGetApp().GetSettings().GetAppName(),
GetSettings().m_frameSize.GetPosition(), GetSettings().m_frameSize.GetSize(),
wxDEFAULT_FRAME_STYLE);
wxDEFAULT_FRAME_STYLE|wxNO_FULL_REPAINT_ON_RESIZE|wxCLIP_CHILDREN);
SetTopWindow(frame);
switch (wxGetApp().GetSettings().m_frameStatus)