]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/text.cpp
remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit...
[wxWidgets.git] / samples / text / text.cpp
index e33d90679f50cfc0a5697be9d2c4dad373eb39d9..40a25e533f2fe5b3f5e6ba2833c363c7471a1428 100644 (file)
@@ -1145,7 +1145,6 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
     topSizer->Add( m_log, 1, wxALL | wxEXPAND, 10 );
 #endif
 
-    SetAutoLayout( true );
     SetSizer(topSizer);
 }