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
|
|
@ -72,7 +72,7 @@ M.BarSection {
|
|||
TapHandler {
|
||||
acceptedButtons: Qt.LeftButton
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onTapped: menuLoader.active = !menuLoader.active
|
||||
onTapped: { menuLoader.active = !menuLoader.active; M.FlyoutState.visible = false; }
|
||||
}
|
||||
|
||||
TapHandler {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue