mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Change *[Fast|Animated] to anim::type in FadeWrap.
This commit is contained in:
@@ -56,10 +56,10 @@ void DiscreteSlider::timerEvent(QTimerEvent *e) {
|
||||
|
||||
void DiscreteSlider::setActiveSectionFast(int index) {
|
||||
setActiveSection(index);
|
||||
finishAnimations();
|
||||
finishAnimating();
|
||||
}
|
||||
|
||||
void DiscreteSlider::finishAnimations() {
|
||||
void DiscreteSlider::finishAnimating() {
|
||||
_a_left.finish();
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user