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-12 12:28:24 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-04-12 12:28:24 +0300
commitdefcd26b4ac03843611c5ec42938e8c232d1cb60 (patch)
treede6dd6dd9da04f4672b8102bda5769a777ac0d50 /src/slic3r/GUI/Selection.cpp
parent5875582edb6a9c170ce8f4041e36ee7e27850263 (diff)
Copy and paste -> Fixed paste for multivolumes copies
Diffstat (limited to 'src/slic3r/GUI/Selection.cpp')
-rw-r--r--src/slic3r/GUI/Selection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Selection.cpp b/src/slic3r/GUI/Selection.cpp
index 22df9ed19..8ee449a21 100644
--- a/src/slic3r/GUI/Selection.cpp
+++ b/src/slic3r/GUI/Selection.cpp
@@ -1795,6 +1795,7 @@ void Selection::paste_objects_from_clipboard()
dst_object->translate(10.0, 10.0, 0.0);
object_idxs.push_back(m_model->objects.size() - 1);
}
+
wxGetApp().obj_list()->paste_objects_into_list(object_idxs);
}