1
0
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:
Klaus Schmidinger 2005-12-26 15:44:27 +01:00
parent 1e121f6eed
commit e79df5ee06

4
menu.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* 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"
@ -2694,7 +2694,7 @@ eOSState cMenuMain::ProcessKey(eKeys Key)
default: break;
}
}
if (!HasSubMenu() && Update())
if (!HasSubMenu() && Update(HadSubMenu))
Display();
if (Key != kNone) {
if (Setup.OSDLanguage != osdLanguage) {