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 15:21:55 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-04-01 15:21:55 +0300
commit83aaa471cf7b0d6b54528d01cdae288d35cb5c4f (patch)
tree1aea7d1550af8fbd829583bbe8af36655b2bf40c /src/slic3r/GUI/Selection.hpp
parent7cfcf8fb9a8e09841205210b8dc82b7b3a183c9e (diff)
parent32a49d1468344f43722330bcdcc9495a6e35af61 (diff)
Fixed conflicts after merge with master
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 3f7631f38..5058c72f8 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