Make HMenu modal
Prevents accidentally triggering TapHandlers when clicking outside of the menu to exit it.
This commit is contained in:
@@ -5,6 +5,8 @@ import QtQuick.Controls 2.12
|
||||
|
||||
Menu {
|
||||
id: menu
|
||||
modal: true
|
||||
dim: false
|
||||
padding: theme.controls.menu.borderWidth
|
||||
|
||||
implicitWidth: {
|
||||
|
Reference in New Issue
Block a user