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