mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Fix to make the extruders line up below the label
CURA-3609
This commit is contained in:
parent
a5079bfcb3
commit
f573802e8d
@ -35,7 +35,7 @@ Menu
|
||||
onTriggered: CuraActions.setExtruderForSelection(model.id)
|
||||
shortcut: "Ctrl+" + (model.index + 1)
|
||||
}
|
||||
onObjectAdded: base.insertItem(base.findItemIndex(extruderHeader) + index, object)
|
||||
onObjectAdded: base.insertItem( index, object)
|
||||
onObjectRemoved: base.removeItem(object)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user