Correctly track logout dialog painting when logout animation has finished.
BUG: 194070 svn path=/trunk/KDE/kdebase/workspace/; revision=972884
This commit is contained in:
parent
0c91716572
commit
bc37b74c98
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ void LogoutEffect::postPaintScreen()
|
|||
if( progress != 0.0 && progress != 1.0 )
|
||||
{
|
||||
effects->addRepaintFull();
|
||||
}
|
||||
if( progress > 0.0 )
|
||||
{
|
||||
logoutWindowPassed = false;
|
||||
}
|
||||
effects->postPaintScreen();
|
||||
|
|
Loading…
Reference in a new issue