X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/880928715740eb0c2cdabe2cd367a98a533e7548..084ad0c2424aa998a640c151f8fa762435364449:/samples/animate/anitest.cpp diff --git a/samples/animate/anitest.cpp b/samples/animate/anitest.cpp index b15193b813..551a36aa4d 100644 --- a/samples/animate/anitest.cpp +++ b/samples/animate/anitest.cpp @@ -75,7 +75,9 @@ bool MyApp::OnInit() { // Create the main frame window - MyFrame* frame = new MyFrame((wxFrame *)NULL, wxID_ANY, _T("Animation Demo")); + MyFrame* frame = new MyFrame((wxFrame *)NULL, wxID_ANY, _T("Animation Demo"), + wxDefaultPosition, wxSize(500, 400), + wxDEFAULT_FRAME_STYLE); // Give it an icon frame->SetIcon(wxICON(sample));