taskmanager: Improve reliability of scrolling
Same sort of scenario as !1457 (merged) (after scrolling with a touchpad scrolling with the mouse wheel afterwards becomes unreliable), same bug, same sort of code, thus same sort of fix.
This particular bug has been around for quite a while too, I just subconsciously adapted to using Alt+Tab instead so I forgot that the issue also applies to the task manager (thanks Nate for the reminder!).
I don't see any other onWheel:
QML events like that in this repo so hopefully this sort of bug should be stamped out here, I'll see if I can find any other instances later (I ran grep onWheel: $(find /usr/share | grep qml) -R -I
on my Arch Linux system with plasma-meta
and kde-applications-meta
packages and I only get 17 matches including the ones in this repo, so I guess there's not that many of them).