]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.cpp
Merge remote-tracking branch 'refs/remotes/origin/creaDevManagerCMake'
[crea.git] / lib / creaDevManagerLib / wxCDMFolderDescriptionPanel.cpp
index 7acc023142a9a9f95da5fc01ebf7f7e53b08fb4b..2f1c18175ae3b78444c0b813e58d41b3096a3ecc 100644 (file)
@@ -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;
 }