Fix menu positions

This commit is contained in:
Nicolas Werner 2024-10-08 23:35:13 +02:00
parent 65c6e96e24
commit 5523460f4e
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
5 changed files with 24 additions and 15 deletions

View file

@ -73,7 +73,7 @@ Menu {
MenuSeparator {
//text: qsTr("Subcommunities")
ButtonGroup.group: modificationGroup
visible: modificationGroup.visible && inst.model != undefined
visible: position != -1 && inst.model != undefined
}
Instantiator {