mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Apply suggestions from code review
Minor codestyle issues CURA-8683 Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
This commit is contained in:
parent
59479ee223
commit
f44d4d341f
@ -49,10 +49,7 @@ UM.Menu
|
||||
onTriggered: Cura.MachineManager.setVariant(nozzleMenu.extruderIndex, model.container_node)
|
||||
}
|
||||
|
||||
onObjectAdded:
|
||||
{
|
||||
nozzleMenu.insertItem(index, object)
|
||||
}
|
||||
onObjectAdded: nozzleMenu.insertItem(index, object)
|
||||
onObjectRemoved: nozzleMenu.removeItem(object)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user