]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/checklst/checklst.cpp
New file use to configure the compilation on VMS-systems
[wxWidgets.git] / samples / checklst / checklst.cpp
index bac838adabee9568d5997dba64e3a8d8e29937b2..fdefc46f6ce38985fbe7126d06aea805f04ec6ad 100644 (file)
@@ -184,15 +184,11 @@ CheckListBoxFrame::CheckListBoxFrame(wxFrame *frame,
     mainsizer->Add( bottomsizer, 0, wxCENTER );
   
     // tell frame to make use of sizer (or constraints, if any)
-    SetAutoLayout( TRUE );
+    panel->SetAutoLayout( TRUE );
+    panel->SetSizer( mainsizer );
 
-    // set frame to minimum size
-    mainsizer->Fit( this );  
-  
     // don't allow frame to get smaller than what the sizers tell ye
     mainsizer->SetSizeHints( this );  
-  
-    SetSizer( mainsizer );
 
   
     Show(TRUE);