diff --git a/src/ckb/kblight.cpp b/src/ckb/kblight.cpp index e5b643c..e93fee3 100644 --- a/src/ckb/kblight.cpp +++ b/src/ckb/kblight.cpp @@ -77,6 +77,7 @@ void KbLight::dimming(int newDimming){ KbAnim* KbLight::addAnim(const AnimScript *base, const QStringList &keys, const QString& name, const QMap& preset){ // Stop and restart all existing animations + stopPreview(); quint64 timestamp = QDateTime::currentMSecsSinceEpoch(); foreach(KbAnim* anim, _animList){ anim->stop();