mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Fixed Info pane filling
This commit is contained in:
parent
5a4cef9ac1
commit
e62246d56c
5 changed files with 110 additions and 70 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue