mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
CAM menu now always returns osEnd when Ok is pressed
This commit is contained in:
parent
bcb0aca954
commit
8de63a62e2
5
menu.c
5
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.230 2003/01/06 13:35:38 kls Exp $
|
* $Id: menu.c 1.231 2003/01/06 16:13:53 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "menu.h"
|
#include "menu.h"
|
||||||
@ -1551,9 +1551,8 @@ eOSState cMenuCam::Select(void)
|
|||||||
if (ciMenu->Selectable()) {
|
if (ciMenu->Selectable()) {
|
||||||
ciMenu->Select(Current());
|
ciMenu->Select(Current());
|
||||||
selected = true;
|
selected = true;
|
||||||
return osEnd;
|
|
||||||
}
|
}
|
||||||
return osContinue;
|
return osEnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
eOSState cMenuCam::ProcessKey(eKeys Key)
|
eOSState cMenuCam::ProcessKey(eKeys Key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user