]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMAppliDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMAppliDescriptionPanel.h
index 99c8f59944c4b2c0967a2ae6442717f137d97111..a12c31f459521906559fb430e1657c70caf4d5fe 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMAPPLIDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMAppli.h"
@@ -44,7 +43,7 @@
 /**
  * Application manager description panel. Shows the available applications in the project and the actions corresponding to application management.
  */
-class wxCDMAppliDescriptionPanel : public wxPanel
+class wxCDMAppliDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: