https://bugs.kde.org/show_bug.cgi?id=408116
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/a5 |ma/plasma-desktop/commit/80 |3b30f3f5d8d1644ce91398ed145 |9f3787555f323de2a2f96d1e8d9 |7ee9fe525cc |f13601f4c27 --- Comment #18 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 809f3787555f323de2a2f96d1e8d9f13601f4c27 by David Edmundson. Committed on 18/11/2020 at 13:13. Pushed by davidedmundson into branch 'Plasma/5.20'. Don't use visible property in procedural code to determine state It can be invisible not just because something is disabled but because it's not shown yet. But load() is only run once. Instead replace with a binding. Rather than toggling the checked state when invisible, the evaluation is moved into the sync method. (cherry picked from commit a53b30f3f5d8d1644ce91398ed1457ee9fe525cc) M +5 -18 kcms/touchpad/kcm/libinput/touchpad.qml https://invent.kde.org/plasma/plasma-desktop/commit/809f3787555f323de2a2f96d1e8d9f13601f4c27 -- You are receiving this mail because: You are watching all bug changes.