| Summary: | When Using Multiple Tablets, A Tablet in Mouse Mode Will Not Render a Cursor | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | capitalex |
| Component: | input | Assignee: | Joshua Goins <josh> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aleixpol, duha.bugs, josh |
| Priority: | NOR | ||
| Version First Reported In: | 6.4.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/plasma/kwin/-/commit/a9d2bca8e440b9bfcd4d592188bf349050f65d86 | Version Fixed/Implemented In: | 6.4.1 |
| Sentry Crash Report: | |||
|
Description
capitalex
2025-06-22 17:49:35 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/7799 Git commit 9c0a76ee7c300456724225cf783e27593986f9fd by Vlad Zahorodnii. Committed on 23/06/2025 at 10:56. Pushed by vladz into branch 'master'. Fix tablet cursor getting stuck in hidden state in relative mode If the cursor is hidden by a proximity out event from a tablet in the absolute mode, we want the cursor to be shown when a tablet in relative mode generates a proximity in event. M +4 -6 src/hide_cursor_spy.cpp https://invent.kde.org/plasma/kwin/-/commit/9c0a76ee7c300456724225cf783e27593986f9fd Git commit a9d2bca8e440b9bfcd4d592188bf349050f65d86 by Vlad Zahorodnii. Committed on 23/06/2025 at 11:24. Pushed by vladz into branch 'Plasma/6.4'. Fix tablet cursor getting stuck in hidden state in relative mode If the cursor is hidden by a proximity out event from a tablet in the absolute mode, we want the cursor to be shown when a tablet in relative mode generates a proximity in event. (cherry picked from commit 9c0a76ee7c300456724225cf783e27593986f9fd) Co-authored-by: Vlad Zahorodnii <vlad.zahorodnii@kde.org> M +4 -6 src/hide_cursor_spy.cpp https://invent.kde.org/plasma/kwin/-/commit/a9d2bca8e440b9bfcd4d592188bf349050f65d86 |