Revision: 16753
http://sourceforge.net/p/edk2/code/16753
Author: vanjeff
Date: 2015-02-04 13:03:58 +0000 (Wed, 04 Feb 2015)
Log Message:
-----------
The default type is not returned by display engine, this code update the logic
to return it.
(Sync patch r16647 from main trunk.)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <[email protected]>
Reviewed-by: Liming Gao <[email protected]>
Revision Links:
--------------
http://sourceforge.net/p/edk2/code/16647
Modified Paths:
--------------
branches/UDK2014.SP1/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
Modified:
branches/UDK2014.SP1/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
===================================================================
--- branches/UDK2014.SP1/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
2015-02-04 13:03:09 UTC (rev 16752)
+++ branches/UDK2014.SP1/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
2015-02-04 13:03:58 UTC (rev 16753)
@@ -3290,6 +3290,9 @@
if (FxConfirmPopup(HotKey->Action)) {
gUserInput->Action = HotKey->Action;
+ if ((HotKey->Action & BROWSER_ACTION_DEFAULT) ==
BROWSER_ACTION_DEFAULT) {
+ gUserInput->DefaultId = HotKey->DefaultId;
+ }
ControlFlag = CfExit;
} else {
Repaint = TRUE;
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits