| Summary: | Wayland: Cursor for Stylus only shows after moving mouse and is hidden after touching screen | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Daniel <kde> |
| Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.23.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/commit/33f3a13a1a8c42d57063f49e410e21ae80cb0729 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Daniel
2021-10-17 22:07:55 UTC
Can reproduce. A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/1731 Git commit 33f3a13a1a8c42d57063f49e410e21ae80cb0729 by Xaver Hugl. Committed on 29/11/2021 at 17:37. Pushed by zamundaaa into branch 'master'. wayland: show cursor if stylus is in proximity While a stylus is in proximity we want to show its cursor. In this commit it only gets shown on move because for a still unknown reason the position is out of date before the first move event. M +1 -1 src/CMakeLists.txt R +16 -6 src/hide_cursor_spy.cpp [from: src/touch_hide_cursor_spy.cpp - 057% similarity] R +2 -1 src/hide_cursor_spy.h [from: src/touch_hide_cursor_spy.h - 084% similarity] M +2 -2 src/input.cpp https://invent.kde.org/plasma/kwin/commit/33f3a13a1a8c42d57063f49e410e21ae80cb0729 |