mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-15 07:23:16 +08:00
Add clarifying comment about why something is added at index 5>
CURA-8683
This commit is contained in:
parent
59479ee223
commit
94c71704db
@ -47,6 +47,7 @@ Menu
|
||||
onTriggered: CuraActions.setExtruderForSelection(model.id)
|
||||
shortcut: "Ctrl+" + (model.index + 1)
|
||||
}
|
||||
// Add it to the fifth position (and above) as we want it to be added after the extruder header.
|
||||
onObjectAdded: base.insertItem(index + 5, object)
|
||||
onObjectRemoved: base.removeItem(object)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user