https://bugs.kde.org/show_bug.cgi?id=480658
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/a151795b8b | |6def268c38bd8711b9ec45194b9 | |75f Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit a151795b8b6def268c38bd8711b9ec45194b975f by Vlad Zahorodnii, on behalf of Yifan Zhu. Committed on 19/02/2025 at 18:22. Pushed by vladz into branch 'master'. backends/libinput: confine TabletToolEvent to output An output with width 1920 contains pixels from 0 to 1919 inclusive, and pixel 1920 belongs to another screen. Hence, decrease width and height by 1 to correctly confine TabletToolEvent to the respective output. Test plan: - set up two displays horizontally aligned - set tablet to follow the current screen - focus on left screen - move tablet stylus to right most edge, verify that it does not teleport to the right edge of right screen - test that the cursor teleports without this patch M +2 -2 src/backends/libinput/events.cpp https://invent.kde.org/plasma/kwin/-/commit/a151795b8b6def268c38bd8711b9ec45194b975f -- You are receiving this mail because: You are watching all bug changes.