Code taken from Colors KCM.
BUG: 373328
FIXED-IN: 5.8.6
davidedmundson |
Plasma |
Code taken from Colors KCM.
BUG: 373328
FIXED-IN: 5.8.6
When I switch look and feel packages context menus in Plasma instantly reflect the new color choice
Lint Skipped |
Unit Tests Skipped |
Hmm, still able to reproduce the bug at times :/ No idea why it only affects plasmashell context menus, though. Other apps like Dolphin pick up the color right away.
Check the "setColors" method you call on line 299
It ends with: KGlobalSettings::self()->emitChange(KGlobalSettings::PaletteChanged);
which is what this does.