backport of bugfix commit 1001777.

Adds a full repaint after the animation is finished.


svn path=/branches/KDE/4.3/kdebase/workspace/; revision=1001781
This commit is contained in:
Michael Zanetti 2009-07-24 09:09:45 +00:00
parent dd4ac7a947
commit a077770465

View file

@ -317,6 +317,7 @@ void SlideBackEffect::postPaintWindow( EffectWindow* w )
( qAbs( motionManager.transformedGeometry( w ).y() - w->geometry().y() ) < 1 ) )
{
motionManager.unmanage( w );
effects->addRepaintFull();
}
}
if( coveringWindows.contains( w ) )