mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed hierarchical recordings menu
This commit is contained in:
parent
305abd449f
commit
e010ca2106
4
menu.c
4
menu.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: menu.c 1.143 2002/01/20 14:01:40 kls Exp $
|
* $Id: menu.c 1.144 2002/01/26 11:09:25 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
@ -1572,11 +1572,13 @@ cMenuRecordings::cMenuRecordings(const char *Base, int Level, bool OpenSubMenus)
|
|||||||
else if (OpenSubMenus && Open(true))
|
else if (OpenSubMenus && Open(true))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Display(); // this keeps the higher level menus from showing up briefly when pressing 'Back' during replay
|
||||||
SetHelpKeys();
|
SetHelpKeys();
|
||||||
}
|
}
|
||||||
|
|
||||||
cMenuRecordings::~cMenuRecordings()
|
cMenuRecordings::~cMenuRecordings()
|
||||||
{
|
{
|
||||||
|
helpKeys = -1;
|
||||||
delete base;
|
delete base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user