X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMCMakeListsDescriptionPanel.cpp;h=ea0d465b08fd266d7d2ce4e614e4f6c8b973fb47;hb=9877d27eb9a1339d97bc8e13ec5f1f75a5dc9e3f;hp=07316246549510d940cad80819d97879080a7398;hpb=c135a156e12e63eaf223c4ec884589b1f67ff98b;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMCMakeListsDescriptionPanel.cpp b/lib/creaDevManagerLib/wxCDMCMakeListsDescriptionPanel.cpp index 0731624..ea0d465 100644 --- a/lib/creaDevManagerLib/wxCDMCMakeListsDescriptionPanel.cpp +++ b/lib/creaDevManagerLib/wxCDMCMakeListsDescriptionPanel.cpp @@ -75,6 +75,9 @@ 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); return TRUE; }