Don't set curveshape twice, caught by Andre Duffeck

svn path=/trunk/KDE/kdebase/workspace/; revision=799113
remotes/origin/Plasma/5.0
Sebastian Kügler 18 years ago
parent e4ecf50281
commit 9075540ef0
  1. 1
      effects/coverswitch.cpp

@ -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…
Cancel
Save