Fixed Info pane filling

This commit is contained in:
YuSanka 2018-11-01 12:33:56 +01:00
parent 5a4cef9ac1
commit e62246d56c
5 changed files with 110 additions and 70 deletions

View file

@ -5,6 +5,7 @@
#include <wx/dataview.h>
#include <map>
#include <vector>
#include "Event.hpp"
class wxBoxSizer;
class PrusaObjectDataViewModel;
@ -17,6 +18,10 @@ class ModelVolume;
namespace GUI {
#if ENABLE_EXTENDED_SELECTION
wxDECLARE_EVENT(EVT_OBJ_LIST_OBJECT_SELECT, SimpleEvent);
#endif // ENABLE_EXTENDED_SELECTION
class ObjectList : public wxDataViewCtrl
{
wxBoxSizer *m_sizer {nullptr};