Fix highlight animations never stopping

This commit is contained in:
WarmUpTill 2022-02-26 20:01:33 +01:00 committed by WarmUpTill
parent d018740442
commit 2de0a94756

View File

@ -912,6 +912,7 @@ QMetaObject::Connection PulseWidget(QWidget *widget, QColor startColor,
[animation] {
animation->start();
});
timer->setSingleShot(true);
timer->start(1000);
});
animation->start();