diff options
Diffstat (limited to 'display.c')
-rw-r--r-- | display.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); } |