mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Copy and paste -> Disabled paste of instances when selection is in Volume mode
This commit is contained in:
parent
3e902ecfbd
commit
6ff12111a6
2 changed files with 13 additions and 2 deletions
|
@ -1078,7 +1078,8 @@ void Selection::paste_from_clipboard()
|
|||
}
|
||||
case Instance:
|
||||
{
|
||||
paste_objects_from_clipboard();
|
||||
if (m_mode == Instance)
|
||||
paste_objects_from_clipboard();
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue