Reload effects when config changes
svn path=/trunk/KDE/kdebase/workspace/; revision=669037
This commit is contained in:
parent
44b293211c
commit
f8613ab4bd
1 changed files with 4 additions and 1 deletions
|
@ -1041,9 +1041,12 @@ void Workspace::slotReconfigure()
|
|||
updateTopMenuGeometry();
|
||||
updateCurrentTopMenu();
|
||||
}
|
||||
|
||||
|
||||
if( options->useTranslucency )
|
||||
{
|
||||
setupCompositing();
|
||||
effects->reconfigure();
|
||||
}
|
||||
else
|
||||
finishCompositing();
|
||||
|
||||
|
|
Loading…
Reference in a new issue