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
|
@ -1043,7 +1043,10 @@ void Workspace::slotReconfigure()
|
|||
}
|
||||
|
||||
if( options->useTranslucency )
|
||||
{
|
||||
setupCompositing();
|
||||
effects->reconfigure();
|
||||
}
|
||||
else
|
||||
finishCompositing();
|
||||
|
||||
|
|
Loading…
Reference in a new issue