Implemented cSkin::SetScrollbar()

This commit is contained in:
Klaus Schmidinger
2008-02-17 12:31:16 +01:00
parent 28a82b3186
commit 54b4d4e4e7
7 changed files with 104 additions and 65 deletions

View File

@@ -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);
}