Correctly track logout dialog painting when logout animation has finished.

BUG: 194070

svn path=/trunk/KDE/kdebase/workspace/; revision=972884
icc-effect-5.14.5
Martin Gräßlin 2009-05-25 22:00:30 +00:00
parent 0c91716572
commit bc37b74c98
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,9 @@ void LogoutEffect::postPaintScreen()
if( progress != 0.0 && progress != 1.0 )
{
effects->addRepaintFull();
}
if( progress > 0.0 )
{
logoutWindowPassed = false;
}
effects->postPaintScreen();