mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-14 13:26:28 +02:00
hide context menu on item click
This commit is contained in:
parent
8f4586b9b8
commit
8c0d7f9e28
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ Item {
|
|||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
menu.visible = false;
|
||||
root.triggered();
|
||||
menu.done();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue