]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMCMakeListsDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMCMakeListsDescriptionPanel.h
index ac6f73ffd7c8217423610de3f221b895a934e0a4..e2ca8426dbd19de847ca558c0febc34542bc348a 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMCMAKELISTSDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMCMakeListsFile.h"
@@ -44,7 +43,7 @@
 /**
  * CMakeLists File description panel. Shows the file properties and the available actions for it.
  */
-class wxCDMCMakeListsDescriptionPanel : public wxPanel
+class wxCDMCMakeListsDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: