Don't dim dashboard windows in multiscreen setups
svn path=/trunk/KDE/kdebase/workspace/; revision=1193866
This commit is contained in:
parent
cd031d9568
commit
c2b3b0483f
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ void DashboardEffect::reconfigure( ReconfigureFlags )
|
|||
|
||||
void DashboardEffect::paintWindow( EffectWindow* w, int mask, QRegion region, WindowPaintData& data )
|
||||
{
|
||||
if( transformWindow && ( w != window ) && w->isManaged() )
|
||||
if( transformWindow && ( w != window ) && w->isManaged() && !isDashboard( w ) )
|
||||
{
|
||||
brightnessDelta = (1 - (brightness.toDouble() / 100));
|
||||
saturationDelta = (1 - (saturation.toDouble() / 100));
|
||||
|
|
Loading…
Reference in a new issue