Add a full repaint after the animation

BUG: 198986

svn path=/trunk/KDE/kdebase/workspace/; revision=1001777
This commit is contained in:
Michael Zanetti 2009-07-24 09:03:10 +00:00
parent af108ed88f
commit c30f25ca29

View file

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