This commit is contained in:
fieldOfView 2016-07-29 11:27:18 +02:00
commit 57a37cfb8f
2 changed files with 11 additions and 8 deletions

View file

@ -54,10 +54,7 @@ UM.MainWindow
Keys.onPressed: {
if (event.key == Qt.Key_Backspace)
{
if(objectContextMenu.objectId != 0)
{
Printer.deleteObject(objectContextMenu.objectId);
}
Cura.Actions.deleteSelection.trigger()
}
}