https://bugs.kde.org/show_bug.cgi?id=521464
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/88f8897132 |ma/kwin/-/commit/11762f5aa2 |6600923329c3542ade808c35d0b |8ed5bcd53faec3021fefb8c49b7 |703 |e36 --- Comment #8 from Vlad Zahorodnii <[email protected]> --- Git commit 11762f5aa28ed5bcd53faec3021fefb8c49b7e36 by Vlad Zahorodnii. Committed on 06/07/2026 at 10:35. Pushed by vladz into branch 'Plasma/6.6'. libinput: Fix Device::serializeMatrix QMatrix4x4's ctor accepts data in row-major order, but constData() returns column-major order This means that serialize and deserialize are inconsistent Fix serialize to also work on row-major order (cherry picked from commit 43d0850ddb704c7b1bc8113dba645d955e8a318f) Co-authored-by: Nicolas Fella <[email protected]> M +12 -0 autotests/libinput/device_test.cpp M +8 -4 src/backends/libinput/device.cpp https://invent.kde.org/plasma/kwin/-/commit/11762f5aa28ed5bcd53faec3021fefb8c49b7e36 -- You are receiving this mail because: You are watching all bug changes.
