mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Show "Merge" item of the context menu for multiple selection only for objects or instances
This commit is contained in:
committed by
Oleksandra Yushchenko
parent
2cb86a7cd4
commit
899d8fc361
@@ -4442,7 +4442,8 @@ void ObjectList::show_multi_selection_menu()
|
||||
}, wxGetApp().plater());
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user