Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/Menus/NozzleMenu.qml')
-rw-r--r--resources/qml/Menus/NozzleMenu.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/Menus/NozzleMenu.qml b/resources/qml/Menus/NozzleMenu.qml
index 896866e82f..f286410a11 100644
--- a/resources/qml/Menus/NozzleMenu.qml
+++ b/resources/qml/Menus/NozzleMenu.qml
@@ -50,7 +50,7 @@ Cura.Menu
}
onObjectAdded: function(index, object) { nozzleMenu.insertItem(index, object) }
- onObjectRemoved: function(object) {nozzleMenu.removeItem(object)}
+ onObjectRemoved: function(index, object) {nozzleMenu.removeItem(object)}
}
}