diff --git a/es-app/src/views/SystemView.h b/es-app/src/views/SystemView.h index 6040fca27..4cf7c66f6 100644 --- a/es-app/src/views/SystemView.h +++ b/es-app/src/views/SystemView.h @@ -46,7 +46,11 @@ public: void render(const glm::mat4& parentTrans) override; bool isScrolling() { return mPrimary->isScrolling(); } - void stopScrolling() { mPrimary->stopScrolling(); } + void stopScrolling() + { + mPrimary->stopScrolling(); + mCamOffset = static_cast(mPrimary->getCursor()); + } bool isSystemAnimationPlaying(unsigned char slot) { return mPrimary->isAnimationPlaying(slot); } void finishSystemAnimation(unsigned char slot) {