mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
Fixed stopIndex in cRecMenu::JumpBegin
This commit is contained in:
parent
f653594c4a
commit
7ec89bf12b
@ -441,7 +441,7 @@ void cRecMenu::JumpBegin(void) {
|
|||||||
CreatePixmap();
|
CreatePixmap();
|
||||||
Arrange(false);
|
Arrange(false);
|
||||||
startIndex = 0;
|
startIndex = 0;
|
||||||
stopIndex = numItems - 1;
|
stopIndex = currentItem;
|
||||||
cRecMenuItem *first = menuItems.front();
|
cRecMenuItem *first = menuItems.front();
|
||||||
first->setActive();
|
first->setActive();
|
||||||
first->setBackground();
|
first->setBackground();
|
||||||
|
Loading…
Reference in New Issue
Block a user