Don't set curveshape twice, caught by Andre Duffeck
svn path=/trunk/KDE/kdebase/workspace/; revision=799113
This commit is contained in:
parent
e4ecf50281
commit
9075540ef0
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ void CoverSwitchEffect::prePaintScreen( ScreenPrePaintData& data, int time )
|
|||
double progress = qMin( 1.0, timeLine.value() + time / double( animationDuration ));
|
||||
timeLine.setProgress(progress);
|
||||
timeLine.setCurveShape(TimeLine::EaseInOutCurve);
|
||||
timeLine.setCurveShape(TimeLine::LinearCurve);
|
||||
}
|
||||
}
|
||||
effects->prePaintScreen(data, time);
|
||||
|
|
Loading…
Reference in a new issue