mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Copy and paste -> Fixed paste for multivolumes copies
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user