]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMFolderDescriptionPanel.cpp
index 7f95533059e6dc0f3d4d49cb191b552851b85d8d..2f1c18175ae3b78444c0b813e58d41b3096a3ecc 100644 (file)
@@ -76,12 +76,11 @@ bool wxCDMFolderDescriptionPanel::Create(
 )
 {
   wxPanel::Create(parent, id, pos, size, style);
+  this->folder = folder;
+  CreateControls();
   // this part makes the scrollbars show up
   this->FitInside(); // ask the sizer about the needed size
   this->SetScrollRate(5, 5);
-
-  this->folder = folder;
-  CreateControls();
   return TRUE;
 }