mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 09:18:07 +00:00
homescreens/halcyon: Avoid touch capture
This commit is contained in:
parent
6824e2d2b9
commit
3f735708cf
2 changed files with 0 additions and 4 deletions
|
|
@ -63,8 +63,6 @@ Item {
|
||||||
|
|
||||||
onLongPressed: delegate.openContextMenu()
|
onLongPressed: delegate.openContextMenu()
|
||||||
onTapped: (eventPoint.event.button === Qt.RightButton) ? delegate.openContextMenu() : delegate.launchApp();
|
onTapped: (eventPoint.event.button === Qt.RightButton) ? delegate.openContextMenu() : delegate.launchApp();
|
||||||
|
|
||||||
gesturePolicy: TapHandler.ReleaseWithinBounds
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HoverHandler {
|
HoverHandler {
|
||||||
|
|
|
||||||
|
|
@ -64,8 +64,6 @@ Item {
|
||||||
growAnim.restart();
|
growAnim.restart();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gesturePolicy: TapHandler.ReleaseWithinBounds
|
|
||||||
}
|
}
|
||||||
|
|
||||||
HoverHandler {
|
HoverHandler {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue