1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Small refactoring -> GLGizmosManager gets model from selection and not from canvas

This commit is contained in:
Enrico Turri
2019-03-28 09:30:01 +01:00
parent 702186eec3
commit 9b3f1a8942
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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; }