diff options
Diffstat (limited to 'modules/background')
| -rw-r--r-- | modules/background/Border.qml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/background/Border.qml b/modules/background/Border.qml index e944299..143097a 100644 --- a/modules/background/Border.qml +++ b/modules/background/Border.qml @@ -68,6 +68,12 @@ Scope { LayerShadow { source: effect } + + MouseArea { + anchors.fill: parent + hoverEnabled: true + onPositionChanged: event => Drawers.setPosForScreen(root.screen, event.x, event.y) + } } ExclusionZone { |