Fix the missing merge option from multi-selection menu in SLA
This commit is contained in:
parent
cf4f07c220
commit
7858b5d3cd
1 changed files with 0 additions and 3 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Reference in a new issue