Skip to content

kcms/colors: Fix reset button behavior

Ismael Asensio requested to merge work/iasensio/colors-fix-reset into master

On the load() method emit the signals to notify that the properties regarding accent colors have changed, so the UI gets updated accordingly.

They're emitted unconditionally since the minimal performance improvement wouldn't compense the extra code complexity to check for changes here.

It fixes this:

kcm_colors_reset_bug

Merge request reports