dismiss tooltip flyout when opening panel menus
This commit is contained in:
parent
7e359fb730
commit
21f96dc68e
4 changed files with 4 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ M.BarIcon {
|
|||
MouseArea {
|
||||
anchors.fill: parent
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: menuLoader.active = !menuLoader.active
|
||||
onClicked: { menuLoader.active = !menuLoader.active; M.FlyoutState.visible = false; }
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue