mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-30 03:55:40 +00:00
Fixed an issue where the wrong scroll indicators could be displayed.
This commit is contained in:
parent
690083a123
commit
11ca17fc91
|
@ -208,7 +208,9 @@ void ComponentList::updateCameraOffset()
|
|||
i++;
|
||||
}
|
||||
|
||||
if (mCameraOffset < oldCameraOffset)
|
||||
if (mCameraOffset < oldCameraOffset &&
|
||||
(oldCameraOffset > mSelectorBarOffset ||
|
||||
mScrollIndicatorStatus != ComponentList::SCROLL_NONE))
|
||||
mBottomCameraOffset = false;
|
||||
|
||||
if (mCameraOffset < 0.0f)
|
||||
|
|
Loading…
Reference in a new issue