mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
changed event result lists that it is possible to scroll page up and down directly with left / right
This commit is contained in:
@@ -574,6 +574,13 @@ void cRecMenu::Show(void) {
|
||||
}
|
||||
}
|
||||
|
||||
void cRecMenu::UpdateActiveMenuItem(void) {
|
||||
cRecMenuItem *activeItem = GetActiveMenuItem();
|
||||
if (activeItem)
|
||||
activeItem->Draw();
|
||||
}
|
||||
|
||||
|
||||
void cRecMenu::DrawScrollBar(void) {
|
||||
pixmapScrollBar->Fill(theme.Color(clrBorder));
|
||||
pixmapScrollBar->DrawRectangle(cRect(2,2,pixmapScrollBar->ViewPort().Width()-4, pixmapScrollBar->ViewPort().Height() - 4), theme.Color(clrBackground));
|
||||
|
Reference in New Issue
Block a user