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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user