Partially revert for 7858b5d3cd
- Merge option is suppressed to cut objects
This commit is contained in:
parent
3d9f39e258
commit
4078b7eafc
@ -2628,6 +2628,9 @@ void ObjectList::delete_all_connectors_for_object(int obj_idx)
|
||||
|
||||
bool ObjectList::can_merge_to_multipart_object() const
|
||||
{
|
||||
if (has_selected_cut_object())
|
||||
return false;
|
||||
|
||||
wxDataViewItemArray sels;
|
||||
GetSelections(sels);
|
||||
if (sels.IsEmpty())
|
||||
|
Loading…
Reference in New Issue
Block a user