]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/scoredg.cpp
added wxProtocolLog class for logging network requests/responses (closes #7464)
[wxWidgets.git] / demos / forty / scoredg.cpp
index dce78ba2ab3c299114d7ec3fc7a8780e7a8f9c97..ecd1bb44f4dde5b848d3e89117d65a1e6902f882 100644 (file)
@@ -9,11 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma implementation
-#pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -186,7 +181,7 @@ ScoreDialog::ScoreDialog(wxWindow* parent, ScoreFile* file) :
     ScoreCanvas* list = new ScoreCanvas(this, m_scoreFile, wxDefaultPosition, sz);
 #endif
 
-    list->SetBestFittingSize(sz);
+    list->SetInitialSize(sz);
 
     // locate and resize with sizers
     wxBoxSizer *topsizer = new wxBoxSizer( wxVERTICAL );