From 0b8b51d2fcd5c8e9154f8cdce54977bfea20facd Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Mon, 22 Jul 2024 22:59:35 -0400 Subject: [PATCH] homescreens/halcyon: Fix favorites delegate not activating with touch BUG: 486554 In Qt6 a bunch of weird behavior started happening with handlers which broke a bunch of things only in touch. Remove the HoverHandler here which apparently wasn't used for anything, and causes any MouseArea to stop sending clicked and pressAndHold signals. DragHandler also appears to have stopped working with touch (for the folder close swipe gesture), but that involves far more rewriting to replace... --- .../halcyon/package/contents/ui/FavoritesAppDelegate.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml b/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml index c7eeff18..504ae373 100644 --- a/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml +++ b/containments/homescreens/halcyon/package/contents/ui/FavoritesAppDelegate.qml @@ -184,12 +184,6 @@ Item { } } - HoverHandler { - id: hoverHandler - acceptedDevices: PointerDevice.Mouse - acceptedPointerTypes: PointerDevice.Generic - } - Rectangle { anchors.fill: parent radius: height / 2