]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMLibraryDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMLibraryDescriptionPanel.h
index cf05cd9e2817537fa6625da192fad9b6e48fde50..0fcc262c49f79c4d75a7e9af4e4e8d2bdac32497 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMLIBRARYDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMLibrary.h"
@@ -44,7 +43,7 @@
 /**
  * Library description panel. Shows the available actions on the described library.
  */
-class wxCDMLibraryDescriptionPanel : public wxPanel
+class wxCDMLibraryDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: