mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 23:15:54 +08:00
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
|
bool ObjectList::can_merge_to_multipart_object() const
|
||||||
{
|
{
|
||||||
|
if (has_selected_cut_object())
|
||||||
|
return false;
|
||||||
|
|
||||||
wxDataViewItemArray sels;
|
wxDataViewItemArray sels;
|
||||||
GetSelections(sels);
|
GetSelections(sels);
|
||||||
if (sels.IsEmpty())
|
if (sels.IsEmpty())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user