mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 21:33:15 +08:00
Rename expandAll to expandRecursive
CURA-5190
This commit is contained in:
parent
6d10ac993e
commit
43e535ea54
@ -610,7 +610,7 @@ Item
|
|||||||
MenuItem
|
MenuItem
|
||||||
{
|
{
|
||||||
text: catalog.i18nc("@action:inmenu", "Expand All")
|
text: catalog.i18nc("@action:inmenu", "Expand All")
|
||||||
onTriggered: definitionsModel.expandAll()
|
onTriggered: definitionsModel.expandRecursive()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user