mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05: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()
|
||||
{
|
||||
mTitleOverlayOpacity = 0.0f;
|
||||
|
||||
if (mScrollVelocity == 0)
|
||||
return;
|
||||
|
||||
mTitleOverlayOpacity = 0.0f;
|
||||
|
||||
listInput(0);
|
||||
if (mScrollVelocity == 0)
|
||||
onCursorChanged(CursorState::CURSOR_STOPPED);
|
||||
|
|
Loading…
Reference in a new issue