Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2019-04-15 11:27:40 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-04-15 11:27:40 +0300
commitdddea0db2298d96eb4c98fa463431fc566ca0831 (patch)
treed1793fcbab976eca14c5011d4e3eb81f4caaa52f /src/slic3r/GUI/Selection.hpp
parent07d1d44d8c3cbf7eceaae194ae02ca44b2c1c446 (diff)
Fixed selection when right-clicking in the 3D scene to show the context menu
Diffstat (limited to 'src/slic3r/GUI/Selection.hpp')
-rw-r--r--src/slic3r/GUI/Selection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Selection.hpp b/src/slic3r/GUI/Selection.hpp
index a8b0c06dc..87c919680 100644
--- a/src/slic3r/GUI/Selection.hpp
+++ b/src/slic3r/GUI/Selection.hpp
@@ -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);