mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Show "Merge" item of the context menu for multiple selection only for objects or instances
This commit is contained in:
parent
2cb86a7cd4
commit
899d8fc361
1 changed files with 2 additions and 1 deletions
|
@ -4442,7 +4442,8 @@ void ObjectList::show_multi_selection_menu()
|
||||||
}, wxGetApp().plater());
|
}, wxGetApp().plater());
|
||||||
|
|
||||||
append_menu_items_convert_unit(menu);
|
append_menu_items_convert_unit(menu);
|
||||||
append_menu_item_merge_to_multipart_object(menu);
|
if (can_merge_to_multipart_object())
|
||||||
|
append_menu_item_merge_to_multipart_object(menu);
|
||||||
|
|
||||||
wxGetApp().plater()->PopupMenu(menu);
|
wxGetApp().plater()->PopupMenu(menu);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue