Skip to content
Commit 41a05b6a authored by Ismael Asensio's avatar Ismael Asensio
Browse files

ResultDelegate: Make click on an entry work again

For some reason, `ListItem` is taking all the mouse events which do not reach the parent MouseArea.

Drag and drop is also not working because `onPressed()` and `onReleased()` are never triggered.

I guess that `PlasmaExtras.ListItem` is a different beast than its PC2 counterpart, and a larger refactor could help, even to simplify stuff.

(The inheritance chain goes `PlasmaExtras.ListItem` \> `Kirigami.AbstracListItem` \> `QQC2.DelegateItem` \> `QQC2.AbstractButton` \> `QQC2.Control`)

BUG: 472558
parent 8cbe40ac
Pipeline #464167 passed with stage
in 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment