summaryrefslogtreecommitdiff
path: root/osdbase.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-02-17 12:31:16 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-02-17 12:31:16 +0100
commit54b4d4e4e752ce10142c1f0c61f39c3782e460d9 (patch)
treeba0522ff71b3d39da559c5d81ddb787dad25b1b7 /osdbase.c
parent28a82b318686d157135e2a6133b12490a72d3c2e (diff)
downloadvdr-54b4d4e4e752ce10142c1f0c61f39c3782e460d9.tar.gz
vdr-54b4d4e4e752ce10142c1f0c61f39c3782e460d9.tar.bz2
Implemented cSkin::SetScrollbar()
Diffstat (limited to 'osdbase.c')
-rw-r--r--osdbase.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/osdbase.c b/osdbase.c
index 17373496..0d9b6d85 100644
--- a/osdbase.c
+++ b/osdbase.c
@@ -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);
}