Update settings in reinitCompositing() (otherwise changes won't take effect)
svn path=/trunk/KDE/kdebase/workspace/; revision=716963
This commit is contained in:
parent
bb6a65b424
commit
6f6a3ad3bf
1 changed files with 1 additions and 0 deletions
|
@ -1054,6 +1054,7 @@ void Workspace::slotReinitCompositing()
|
|||
{
|
||||
// Reparse config. Config options will be reloaded by setupCompositing()
|
||||
KGlobal::config()->reparseConfiguration();
|
||||
options->updateSettings();
|
||||
|
||||
// Stop any current compositing
|
||||
finishCompositing();
|
||||
|
|
Loading…
Reference in a new issue