mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
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...
This commit is contained in:
parent
dea468b393
commit
0b8b51d2fc
1 changed files with 0 additions and 6 deletions
|
|
@ -184,12 +184,6 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
HoverHandler {
|
|
||||||
id: hoverHandler
|
|
||||||
acceptedDevices: PointerDevice.Mouse
|
|
||||||
acceptedPointerTypes: PointerDevice.Generic
|
|
||||||
}
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
radius: height / 2
|
radius: height / 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue