diff options
Diffstat (limited to 'osdbase.c')
-rw-r--r-- | osdbase.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osdbase.c 1.31 2007/06/09 10:07:46 kls Exp $ + * $Id: osdbase.c 1.32 2008/02/17 11:33:04 kls Exp $ */ #include "osdbase.h" @@ -236,6 +236,7 @@ void cOsdMenu::Display(void) i++; } } + displayMenu->SetScrollbar(count, first); if (!isempty(status)) displayMenu->SetMessage(mtStatus, status); } |