Add a full repaint after the animation
BUG: 198986 svn path=/trunk/KDE/kdebase/workspace/; revision=1001777
This commit is contained in:
parent
af108ed88f
commit
c30f25ca29
1 changed files with 1 additions and 0 deletions
|
@ -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 ) )
|
||||||
|
|
Loading…
Reference in a new issue