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