]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMMainDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMMainDescriptionPanel.cpp
index 41daf68640a7484c386aba72f6255635b0e75b87..71d45083aef70b6c5d22ec329196faffd1954e7d 100644 (file)
@@ -74,11 +74,12 @@ bool wxCDMMainDescriptionPanel::Create(
 )
 {
   wxPanel::Create(parent, id, pos, size, style);
+  CreateControls();
   //to scroll
   this->FitInside(); // ask the sizer about the needed size
   this->SetScrollRate(5, 5);
 
-  CreateControls();
+  
   return TRUE;
 }