Only apply the sliding popups desktop effect to deleted windows that

it's supposed to instead of all of them.

svn path=/trunk/KDE/kdebase/workspace/; revision=1066145
This commit is contained in:
Lucas Murray 2009-12-26 02:44:34 +00:00
parent ffd49a14b4
commit 0b37a8a9c2

View file

@ -85,7 +85,7 @@ void SlidingPopupsEffect::paintWindow( EffectWindow* w, int mask, QRegion region
appearing = true; appearing = true;
animating = true; animating = true;
} }
else if( mDisappearingWindows.contains( w ) || w->isDeleted() ) else if( mDisappearingWindows.contains( w ) && w->isDeleted() )
{ {
appearing = false; appearing = false;
animating = true; animating = true;