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