]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMLibDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMLibDescriptionPanel.h
index 630c7b402291c33c28cec307ba8acc9ae7479912..15c9ec49e9a1dbb9c97450f22f5aac7ec2b2b2ac 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMLIBDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMLib.h"
@@ -44,7 +43,7 @@
 /**
  * Library manager description panel. Shows the available libraries in the project and the actions corresponding to library management.
  */
-class wxCDMLibDescriptionPanel : public wxPanel
+class wxCDMLibDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: