]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMPackageDescriptionPanel.cpp
index 5ac469193a929be3c6b55f486a63caffd56a7680..c736270ab93550b09ac1733dc8de971da2f5f621 100644 (file)
@@ -88,13 +88,12 @@ bool wxCDMPackageDescriptionPanel::Create(
     long style
 )
 {
+  this->package = package;
   wxPanel::Create(parent, id, pos, size, style);
+  CreateControls();
   // this part makes the scrollbars show up
   this->FitInside(); // ask the sizer about the needed size
   this->SetScrollRate(5, 5);
-
-  this->package = package;
-  CreateControls();
   return TRUE;
 }