Merge branch 'master' into fs_emboss
This commit is contained in:
commit
e50e999b8e
6 changed files with 422 additions and 40 deletions
src/slic3r/GUI
|
@ -830,7 +830,7 @@ void ObjectList::paste_objects_into_list(const std::vector<size_t>& object_idxs)
|
|||
wxDataViewItemArray items;
|
||||
for (const size_t object : object_idxs)
|
||||
{
|
||||
add_object_to_list(object);
|
||||
add_object_to_list(object, false);
|
||||
items.Add(m_objects_model->GetItemById(object));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue