]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMFileDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMFileDescriptionPanel.h
index 09cc1048f211391a72d0c9ac58c6549ffbed689c..8eee2eeeb8419877620a430b6bca8194e69a3cd7 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMFILEDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMFile.h"
@@ -44,7 +43,7 @@
 /**
  * File description panel. Shows the File properties and the available options for it.
  */
-class wxCDMFileDescriptionPanel : public wxPanel
+class wxCDMFileDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: