mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 10:25:58 +08:00
Merge branch 'CURA-8683_replace_controls_windows_and_menus' of github.com:Ultimaker/Cura into CURA-8683_replace_controls_windows_and_menus
This commit is contained in:
commit
bf65f77310
@ -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