https://bugs.kde.org/show_bug.cgi?id=459328
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/e924b1cb2316 |ma/kwin/commit/c45d26a33412 |32e53a405a04a24ae63538aa37e |3dd1460e478826c4dcaf756b821 |1 |1 --- Comment #17 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit c45d26a334123dd1460e478826c4dcaf756b8211 by David Edmundson. Committed on 26/09/2022 at 09:53. Pushed by davidedmundson into branch 'cherry-pick-e924b1cb'. Fix clamping in screenContainsPos QRect.contains(somePointF.toPoint()) will round the values. This is problematic for the case of a mouse being at -0.4, we will consider it in bounds for the screen, but obviously this doesn't match any surfaces. The detection and confineToBoundingBox need to behave the same and floor. (cherry picked from commit e924b1cb231632e53a405a04a24ae63538aa37e1) M +2 -1 src/pointer_input.cpp https://invent.kde.org/plasma/kwin/commit/c45d26a334123dd1460e478826c4dcaf756b8211 -- You are receiving this mail because: You are watching all bug changes.