mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
Fixed delete selection issues.
CURA-616
This commit is contained in:
parent
f65c848944
commit
3523b709c4
2 changed files with 15 additions and 5 deletions
|
@ -518,10 +518,7 @@ UM.MainWindow
|
|||
|
||||
deleteSelection.onTriggered:
|
||||
{
|
||||
if(objectContextMenu.objectId != 0)
|
||||
{
|
||||
Printer.deleteObject(objectContextMenu.objectId);
|
||||
}
|
||||
Printer.deleteSelection()
|
||||
}
|
||||
|
||||
deleteObject.onTriggered:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue