]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxRadioButton.cxx
#3445 BBTK Bug New Normal - Refresh RadioButton box package wx
[bbtk.git] / packages / wx / src / bbwxRadioButton.cxx
index 8ff7751aeeb00911f08b3e5c6e9077b154ea3f64..779a2817c7cc56560c3fd26ceadf31a75c15df8e 100644 (file)
@@ -241,10 +241,8 @@ namespace bbwx
     sizer->AddGrowableCol(0);
     panel->SetSizer(sizer);
 
-//    panel->SetAutoLayout(true);
-//    panel->Layout();
-
-
+    panel->SetAutoLayout(true);
+    panel->Layout();
 
   }