]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/forty.cpp
add VC9 project files (closes #9960)
[wxWidgets.git] / demos / forty / forty.cpp
index dbd5ef01535d5223e1aba6ef539e111823fc2774..24902505bb0ad9d3b105a5cc884a7377a9042050 100644 (file)
@@ -195,11 +195,12 @@ FortyFrame::FortyFrame(wxFrame* frame, const wxString& title, const wxPoint& pos
     wxBoxSizer *topsizer = new wxBoxSizer( wxVERTICAL );
     topsizer->Add( m_canvas, 1, wxEXPAND | wxALL, 0);
     SetSizer( topsizer );
-    topsizer->SetSizeHints( this );
 
 #if wxUSE_STATUSBAR
     CreateStatusBar();
 #endif // wxUSE_STATUSBAR
+
+    topsizer->SetSizeHints( this );
 }
 
 void FortyFrame::OnCloseWindow(wxCloseEvent& event)