mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
Update the code to follow UEFI spec, do the discard action when return EFI_BROWSER_ACTION_REQUEST_EXIT.
Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14219 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d436d5ca09
commit
05b9f4cf70
@ -1254,6 +1254,7 @@ ProcessCallBackFunction (
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case EFI_BROWSER_ACTION_REQUEST_EXIT:
|
case EFI_BROWSER_ACTION_REQUEST_EXIT:
|
||||||
|
DiscardFormIsRequired = TRUE;
|
||||||
Selection->Action = UI_ACTION_EXIT;
|
Selection->Action = UI_ACTION_EXIT;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user