summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2006-02-04 18:25:22 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 03:08:32 +0200
commit8d32cf88bbe5b69a2710029cdaa896470a0fe20c (patch)
tree8a5cbc0e00440ff6a85181e1ffadf4576fa7d343 /display.c
parentc1bf83aec2961a4e84dbc1c36042bd985f044a91 (diff)
downloadvdr-plugin-text2skin-8d32cf88bbe5b69a2710029cdaa896470a0fe20c.tar.gz
vdr-plugin-text2skin-8d32cf88bbe5b69a2710029cdaa896470a0fe20c.tar.bz2
2006-02-04: Version 1.1-cvs_ext-0.8 (vdr-text2skin-1.1-cvs_ext-0.8.diff)
- added a configuration option for showing the scrollbar in the menus and finished implementation
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();
}