X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMPackageDescriptionPanel.cpp;h=6858c551ff5381b80ff3164eebb880244c6e0146;hb=9877d27eb9a1339d97bc8e13ec5f1f75a5dc9e3f;hp=5ac469193a929be3c6b55f486a63caffd56a7680;hpb=5a424b13e6083c6d64db181e5c4b3022e56193e7;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp b/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp index 5ac4691..6858c55 100644 --- a/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMPackageDescriptionPanel.cpp @@ -89,12 +89,11 @@ bool wxCDMPackageDescriptionPanel::Create( ) { wxPanel::Create(parent, id, pos, size, style); + this->package = package; + CreateControls(); // this part makes the scrollbars show up this->FitInside(); // ask the sizer about the needed size this->SetScrollRate(5, 5); - - this->package = package; - CreateControls(); return TRUE; }