Keep the highlight field after user changes the value for time/date opcode

Signed-off-by:ydong10
Reviewed-by:lgao4







git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11975 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10
2011-07-05 08:20:43 +00:00
parent 889a4bc2a9
commit d88ca2c90d
2 changed files with 7 additions and 1 deletions

View File

@@ -87,6 +87,7 @@ typedef struct {
EFI_GUID FormSetGuid;
UINT16 FormId;
UINT16 QuestionId;
UINTN Sequence; // used for time/date only.
UINTN TopRow;
UINTN BottomRow;
@@ -163,6 +164,7 @@ struct _UI_MENU_LIST {
EFI_GUID FormSetGuid;
UINT16 FormId;
UINT16 QuestionId;
UINTN Sequence; // used for time/date only.
UI_MENU_LIST *Parent;
LIST_ENTRY ChildListHead;