]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMBlackBoxDescriptionPanel.h
index 94d3071a422d9f7271d69e4a151618c57be6b1c5..fb0291ba24a1ab535c6b5920d9e5755775004cd0 100644 (file)
@@ -36,7 +36,6 @@
 #define WXCDMBLACKBOXDESCRIPTIONPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 #include <wx/hyperlink.h>
 
 #include "modelCDMBlackBox.h"
@@ -44,7 +43,7 @@
 /**
  * Black box description panel. Shows the properties and available actions for the described black box.
  */
-class wxCDMBlackBoxDescriptionPanel : public wxPanel
+class wxCDMBlackBoxDescriptionPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: