Gui: Set exact orientation when animation is finished

This commit is contained in:
Rexbas
2023-10-22 18:27:19 +02:00
committed by wwmayer
parent 990e4a2677
commit fd007dcfd6
2 changed files with 21 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ private:
void initialize() override;
void update(const QVariant& value) override;
void onStop(bool finished) override;
};
class GuiExport SpinningAnimation : public NavigationAnimation