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:
Hugo Pereira Da Costa 2009-11-24 00:36:01 +00:00
parent 1b845504f0
commit 4d28de8b70

View file

@ -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") );