diff --git a/src/gui/Base/HMenu.qml b/src/gui/Base/HMenu.qml index 6c1328a8..89623445 100644 --- a/src/gui/Base/HMenu.qml +++ b/src/gui/Base/HMenu.qml @@ -37,6 +37,7 @@ Menu { color: theme.controls.menu.background border.color: theme.controls.menu.border border.width: theme.controls.menu.borderWidth + radius: theme.radius // Workaround for this: when opening menu at mouse position, // cursor will be in menu's border which doesn't handle clicks