1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Fixed selection when right-clicking in the 3D scene to show the context menu

This commit is contained in:
Enrico Turri
2019-04-15 10:27:40 +02:00
parent 07d1d44d8c
commit dddea0db22
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ public:
EMode get_mode() const { return m_mode; }
void set_mode(EMode mode) { m_mode = mode; }
void add(unsigned int volume_idx, bool as_single_selection = true);
void add(unsigned int volume_idx, bool as_single_selection = true, bool check_for_already_contained = false);
void remove(unsigned int volume_idx);
void add_object(unsigned int object_idx, bool as_single_selection = true);