Gui: Replace startAnimation() with inherited start()
This commit is contained in:
@@ -49,7 +49,7 @@ void NavigationAnimator::start(const std::shared_ptr<NavigationAnimation>& anima
|
||||
activeAnimation->initialize();
|
||||
|
||||
connect(activeAnimation.get(), &NavigationAnimation::finished, this, &NavigationAnimator::reset);
|
||||
activeAnimation->startAnimation();
|
||||
activeAnimation->start();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user