Centering maximized wxTLWs on screen should do nothing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-03-23 13:00:06 +00:00
parent 7cb32b4b74
commit cca1624d2a
3 changed files with 7 additions and 6 deletions

View File

@@ -383,9 +383,7 @@ bool MyApp::OnInit()
myCanvas = new MyCanvas(frame);
myCanvas->SetBackgroundColour(*wxWHITE);
#ifndef __WXWINCE__
frame->Centre(wxBOTH);
#endif
// Show the frame
frame->Show(true);