Fix oboe
This commit is contained in:
parent
1fd267a96a
commit
7ccd0dd3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ class OptionMenu : Menu
|
|||
}
|
||||
|
||||
CanScrollUp = (mDesc.mScrollPos > 0);
|
||||
CanScrollDown = LastVisibleItem() > i;
|
||||
CanScrollDown = LastVisibleItem() >= i;
|
||||
VisBottom = lastDrawnItemIndex;
|
||||
|
||||
if (CanScrollUp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue