]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMCodeFileDescriptionPanel.cpp
#3136 creaFeature New Normal - branch vtk7itk4wx3
[crea.git] / lib / creaDevManagerLib / wxCDMCodeFileDescriptionPanel.cpp
index 723f229335a382655594f13587d738edaf88dc24..4bd8f14d31a7ac0fa5ce7469c9b7253d5d23b4b4 100644 (file)
@@ -80,7 +80,15 @@ bool wxCDMCodeFileDescriptionPanel::Create(
   CreateControls();
   // this part makes the scrollbars show up
   this->FitInside(); // ask the sizer about the needed size
+
+//EED 2017-09-16 Migration wxWidgets 2.8 to 3.0
+#if wxMAJOR_VERSION <= 2
   this->SetScrollRate(5, 5);
+#else
+       printf ("EED wxCDMPackageDescriptionPanel::Create    Change 05\n");
+  //...
+#endif
+
   return TRUE;
 }