Fix menu positions
This commit is contained in:
parent
65c6e96e24
commit
5523460f4e
5 changed files with 24 additions and 15 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue