]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMPackageDescriptionPanel.cpp
index 6858c551ff5381b80ff3164eebb880244c6e0146..c736270ab93550b09ac1733dc8de971da2f5f621 100644 (file)
@@ -88,8 +88,8 @@ bool wxCDMPackageDescriptionPanel::Create(
     long style
 )
 {
-  wxPanel::Create(parent, id, pos, size, 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