X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMFolderDescriptionPanel.cpp;h=2f1c18175ae3b78444c0b813e58d41b3096a3ecc;hb=175a81477d0476f53162766202df7be421afe3aa;hp=7acc023142a9a9f95da5fc01ebf7f7e53b08fb4b;hpb=c135a156e12e63eaf223c4ec884589b1f67ff98b;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp b/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp index 7acc023..2f1c181 100644 --- a/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp @@ -78,6 +78,9 @@ bool wxCDMFolderDescriptionPanel::Create( wxPanel::Create(parent, id, pos, size, style); this->folder = folder; CreateControls(); + // this part makes the scrollbars show up + this->FitInside(); // ask the sizer about the needed size + this->SetScrollRate(5, 5); return TRUE; }