Skip to content
Commit a0b14f69 authored by Jürgen Dev's avatar Jürgen Dev Committed by Nate Graham
Browse files

kcms/access Fix unintentional config changes

Qml spinboxes have a default range of [0, 99] which is less than
the default values for SlowKeysDelay and BounceKeysDelay set in
kcmaccessibilitykeyboardfilters.kcfg.

This causes the SpinBox's value to be set to it's upper bound
instead. In combination with the "onValueChanged" handler the
config gets updated without user interaction.

This is unintentional behaviour as the user never initiated
this change. The config should only be updated when the user
initiates the change. "onValueModified" does just that.


(cherry picked from commit 3d9d4e90)
parent 001afbfc
Pipeline #474680 failed with stage
in 2 minutes and 54 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment