https://bugs.kde.org/show_bug.cgi?id=465463
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/cc4d99aea494 | |8c10c159328ff15f6783ae974ee | |b Version Fixed In| |5.27.1 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit cc4d99aea4948c10c159328ff15f6783ae974eeb by Vlad Zahorodnii, on behalf of David Redondo. Committed on 10/02/2023 at 09:27. Pushed by davidre into branch 'master'. Fix button to Qt::MouseButton mapping Even though the names seem to match, QtWayland maps button values to enum values in ascendung order (as it does on X11). The wrong mapping is usually not a problem because we send the native button events to clients. However when the Qt names or values are used for communication between KWin and a client this leads to misunderstandings. FIXED-IN:5.27.1 M +4 -4 autotests/libinput/mock_libinput.cpp M +3 -5 src/mousebuttons.cpp https://invent.kde.org/plasma/kwin/commit/cc4d99aea4948c10c159328ff15f6783ae974eeb -- You are receiving this mail because: You are watching all bug changes.