Avoid warning.
svn path=/trunk/KDE/kdebase/workspace/; revision=786354
This commit is contained in:
parent
e25943a913
commit
3cf3c180c6
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ void FlipSwitchEffect::paintScreen( int mask, QRegion region, ScreenPaintData& d
|
|||
animateZOffset = z+progress*(stackZ-z);
|
||||
rotation = progress*0.25;
|
||||
}
|
||||
else if( stop )
|
||||
else // = if( stop )
|
||||
{
|
||||
animateXOffset = stackX+progress*(x-stackX);
|
||||
animateYOffset = stackY+progress*(y-stackY);
|
||||
|
|
Loading…
Reference in a new issue