diff --git a/es-core/src/components/IList.h b/es-core/src/components/IList.h index d79ce07a4..09ecb870c 100644 --- a/es-core/src/components/IList.h +++ b/es-core/src/components/IList.h @@ -119,11 +119,11 @@ public: void stopScrolling() { + mTitleOverlayOpacity = 0.0f; + if (mScrollVelocity == 0) return; - mTitleOverlayOpacity = 0.0f; - listInput(0); if (mScrollVelocity == 0) onCursorChanged(CursorState::CURSOR_STOPPED);