]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMCMakeListsDescriptionPanel.cpp
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMCMakeListsDescriptionPanel.cpp
index 07316246549510d940cad80819d97879080a7398..ea0d465b08fd266d7d2ce4e614e4f6c8b973fb47 100644 (file)
@@ -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;
 }