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-01 14:53:48 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-04-01 14:53:48 +0300
commitd4b22cfb87f8b6bc9c8c7ec34158be2e852450e8 (patch)
tree9306e8869ea8d68ef3ecd693dde5660c8f87035c /src/slic3r/GUI/Selection.hpp
parent9821814604591da24c5d4ac81550701999a277db (diff)
Fix dragging of mixed instances plus volumes selections
Diffstat (limited to 'src/slic3r/GUI/Selection.hpp')
-rw-r--r--src/slic3r/GUI/Selection.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Selection.hpp b/src/slic3r/GUI/Selection.hpp
index 200f239c1..4b2a72d7c 100644
--- a/src/slic3r/GUI/Selection.hpp
+++ b/src/slic3r/GUI/Selection.hpp
@@ -297,6 +297,7 @@ private:
void _synchronize_unselected_instances(SyncRotationType sync_rotation_type);
void _synchronize_unselected_volumes();
void _ensure_on_bed();
+ bool _is_from_fully_selected_instance(unsigned int volume_idx) const;
};
} // namespace GUI