Skip to content

馃崚 kcm/fonts: use correct signal handlers for UI controls

Nate Graham requested to merge work/cherry-pick-6315e625 into Plasma/6.0

kcm/fonts: use correct signal handlers for UI controls

Using the on[Thing]Changed() versions can cause loops and unexpected state changes, based on how the backend may be implemented. Instead use the versions that only fire on explicit user interaction.

CCBUG: 486699

Merge request reports