mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Forcing main menu update if a submenu was closed
This commit is contained in:
parent
1e121f6eed
commit
e79df5ee06
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.377 2005/12/24 15:50:01 kls Exp $
|
* $Id: menu.c 1.378 2005/12/26 15:44:27 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
@ -2694,7 +2694,7 @@ eOSState cMenuMain::ProcessKey(eKeys Key)
|
|||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!HasSubMenu() && Update())
|
if (!HasSubMenu() && Update(HadSubMenu))
|
||||||
Display();
|
Display();
|
||||||
if (Key != kNone) {
|
if (Key != kNone) {
|
||||||
if (Setup.OSDLanguage != osdLanguage) {
|
if (Setup.OSDLanguage != osdLanguage) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user