of course
svn path=/trunk/KDE/kdebase/workspace/; revision=1056314
This commit is contained in:
parent
a4300bbc4d
commit
312c5b04fe
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ void Options::reloadCompositingSettings(const CompositingPrefs& prefs)
|
||||||
useCompositing = prefs.enableCompositing();
|
useCompositing = prefs.enableCompositing();
|
||||||
}
|
}
|
||||||
if (!useCompositing)
|
if (!useCompositing)
|
||||||
return false;
|
return;
|
||||||
|
|
||||||
QString compositingBackend = config.readEntry("Backend", "OpenGL");
|
QString compositingBackend = config.readEntry("Backend", "OpenGL");
|
||||||
if( compositingBackend == "XRender" )
|
if( compositingBackend == "XRender" )
|
||||||
|
|
Loading…
Reference in a new issue