explicitely reload helper configuration in ::reset(), in order to have the correct contrast settings, that match the style
svn path=/trunk/KDE/kdebase/workspace/; revision=1053406
This commit is contained in:
parent
1b845504f0
commit
4d28de8b70
1 changed files with 7 additions and 0 deletions
|
@ -92,6 +92,13 @@ namespace Oxygen
|
|||
|
||||
bool changed( false );
|
||||
|
||||
/*
|
||||
always reload helper
|
||||
this is needed to properly handle
|
||||
color contrast settings changed
|
||||
*/
|
||||
helper().reloadConfig();
|
||||
|
||||
// create a config object
|
||||
KConfig config("oxygenrc");
|
||||
KConfigGroup group( config.group("Windeco") );
|
||||
|
|
Loading…
Reference in a new issue