mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +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 {
|
MouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
menu.visible = false;
|
||||||
root.triggered();
|
root.triggered();
|
||||||
menu.done();
|
menu.done();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue