Small refactoring -> GLGizmosManager gets model from selection and not from canvas
This commit is contained in:
@@ -465,7 +465,6 @@ public:
|
||||
void set_config(const DynamicPrintConfig* config);
|
||||
void set_process(BackgroundSlicingProcess* process);
|
||||
void set_model(Model* model);
|
||||
Model* get_model() { return m_model; }
|
||||
|
||||
const Selection& get_selection() const { return m_selection; }
|
||||
Selection& get_selection() { return m_selection; }
|
||||
|
||||
Reference in New Issue
Block a user