mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed selection when right-clicking in the 3D scene to show the context menu
This commit is contained in:
parent
07d1d44d8c
commit
dddea0db22
3 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue