Copy and paste -> Fixed paste for multivolumes copies

This commit is contained in:
Enrico Turri 2019-04-12 11:28:24 +02:00
parent 5875582edb
commit defcd26b4a
2 changed files with 7 additions and 0 deletions

View file

@ -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);
}