]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/wxCDMProjectActionsPanel.h
Feature #1711 CreaDevManager application implementation
[crea.git] / lib / creaDevManagerLib / wxCDMProjectActionsPanel.h
index 93850e277860202f560ffab39f7b6a095c701087..cd60d7572395c466c02d32cb826de959a06b5fa8 100755 (executable)
 #define WXCDMPROJECTACTIONSPANEL_H_
 
 #include <creaWx.h>
-#include <wx/panel.h>
 
 #include "modelCDMProject.h"
 
 /**
  * Panel with common actions for an open Crea project.
  */
-class wxCDMProjectActionsPanel : public wxPanel
+class wxCDMProjectActionsPanel : public wxScrolledWindow
 {
   DECLARE_EVENT_TABLE()
 public: