]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMFolderDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMFolderDescriptionPanel.h
index fafe66ed5cfd2985b3d25900cfa8a1369d7511b9..f06f0ce692052f62c118e5f38f078339e69ef02e 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMFOLDERDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMFolder.h"
@@ -44,7 +43,7 @@
 /**
  * Folder description panel. Shows the properties of the referenced folder and the available actions.
  */
-class wxCDMFolderDescriptionPanel : public wxPanel
+class wxCDMFolderDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: