Fix the missing merge option from multi-selection menu in SLA

This commit is contained in:
tamasmeszaros 2023-01-13 09:45:20 +01:00
parent cf4f07c220
commit 7858b5d3cd

View File

@ -2595,9 +2595,6 @@ void ObjectList::delete_all_connectors_for_object(int obj_idx)
bool ObjectList::can_merge_to_multipart_object() const
{
if (printer_technology() == ptSLA || has_selected_cut_object())
return false;
wxDataViewItemArray sels;
GetSelections(sels);
if (sels.IsEmpty())