https://bugs.kde.org/show_bug.cgi?id=461911
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/commit/520fa3042a98 |ma/kwin/commit/5abb038a3c4e |77379870af7b300fab7c669d7e7 |2a36a6d5ad3d8d792eaf7bdbcd9 |e |1 --- Comment #18 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 5abb038a3c4e2a36a6d5ad3d8d792eaf7bdbcd91 by Vlad Zahorodnii, on behalf of Xaver Hugl. Committed on 22/02/2023 at 19:02. Pushed by vladz into branch 'Plasma/5.27'. pointer input: always confine pointer to screens Checking if the pointer needs to be confined before doing `std::clamp` on the position is useless and causes problems. With this change, the pointer will always be confined to exactly the screen, without any fractional offsets. (cherry picked from commit 520fa3042a9877379870af7b300fab7c669d7e7e) M +2 -2 autotests/integration/pointer_input.cpp M +2 -9 src/pointer_input.cpp https://invent.kde.org/plasma/kwin/commit/5abb038a3c4e2a36a6d5ad3d8d792eaf7bdbcd91 -- You are receiving this mail because: You are watching all bug changes.