Don't centre the frame on WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
90675b9582
commit
acd8510fd2
@ -383,7 +383,9 @@ bool MyApp::OnInit()
|
||||
myCanvas = new MyCanvas(frame);
|
||||
myCanvas->SetBackgroundColour(*wxWHITE);
|
||||
|
||||
#ifndef __WXWINCE__
|
||||
frame->Centre(wxBOTH);
|
||||
#endif
|
||||
|
||||
// Show the frame
|
||||
frame->Show(true);
|
||||
|
Loading…
Reference in New Issue
Block a user