Skip to content

libkwindevices: Reset calibration matrix to default in defaults()

Joshua Goins requested to merge work/redstrate/reset-calibration-matrix into master

Previously when pressing the "Defaults" button in the Tablet KCM, the calibration matrix is not reset. The only way to do so was going through the calibration process again. Turns out, if you messed up your calibration badly it was impossible to reset it. This is because the calibration can only finish by using the tablet pen you can't use. Oops.

Now the "Defaults" button in the KCM resets the calibration matrix, which is accessible by mouse or touch.

See !1833 (comment 1039571)

Merge request reports