diff --git a/effects/logout/logout.cpp b/effects/logout/logout.cpp index 88a07481bc..d201665b58 100644 --- a/effects/logout/logout.cpp +++ b/effects/logout/logout.cpp @@ -197,6 +197,9 @@ void LogoutEffect::postPaintScreen() if( progress != 0.0 && progress != 1.0 ) { effects->addRepaintFull(); + } + if( progress > 0.0 ) + { logoutWindowPassed = false; } effects->postPaintScreen();