]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMProjectDescriptionPanel.cpp
index 503d51113b292c6e874a048b1971cca1e3894c0d..844d8cb1bf70dbec010dc2ec10f307a4b37e508b 100644 (file)
@@ -81,12 +81,11 @@ bool wxCDMProjectDescriptionPanel::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;
 }