summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/display.c b/display.c
index 227b41a..7dc8f5c 100644
--- a/display.c
+++ b/display.c
@@ -873,6 +873,8 @@ void cText2SkinDisplayMenu::SetItem(const char *Text, int Index, bool Current, b
mCurrentItem = Index;
SetDirty();
}
+
+ if (Current) mRender->mMenuScrollbar.currentOnScreen = (uint)Index;
UpdateUnlock();
}