mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed an issue where the textlist scrolling overlay would sometimes not disappear.
This commit is contained in:
parent
fbd804460c
commit
28719da52e
|
@ -119,11 +119,11 @@ public:
|
||||||
|
|
||||||
void stopScrolling()
|
void stopScrolling()
|
||||||
{
|
{
|
||||||
|
mTitleOverlayOpacity = 0.0f;
|
||||||
|
|
||||||
if (mScrollVelocity == 0)
|
if (mScrollVelocity == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
mTitleOverlayOpacity = 0.0f;
|
|
||||||
|
|
||||||
listInput(0);
|
listInput(0);
|
||||||
if (mScrollVelocity == 0)
|
if (mScrollVelocity == 0)
|
||||||
onCursorChanged(CursorState::CURSOR_STOPPED);
|
onCursorChanged(CursorState::CURSOR_STOPPED);
|
||||||
|
|
Loading…
Reference in a new issue