]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMCMakeListsDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMCMakeListsDescriptionPanel.cpp
index 07316246549510d940cad80819d97879080a7398..40c2c336d65d0c0dbbe0576274bb88d61f0e6610 100644 (file)
@@ -73,6 +73,9 @@ bool wxCDMCMakeListsDescriptionPanel::Create(
 )
 {
   wxPanel::Create(parent, id, pos, size, style);
+  // this part makes the scrollbars show up
+  this->FitInside(); // ask the sizer about the needed size
+  this->SetScrollRate(5, 5);
   this->cMakeLists = makefile;
   CreateControls();
   return TRUE;