mirror of https://github.com/acidanthera/audk.git
Adjust date/time opcode before use it.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15228 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f07ccd0527
commit
c8d54a6d8d
|
@ -1538,6 +1538,7 @@ FindTopMenu (
|
|||
} else {
|
||||
*TopOfScreen = FindTopOfScreenMenu(NewPos, BottomRow - TopRow - SavedMenuOption->Skip, &TmpValue);
|
||||
}
|
||||
AdjustDateAndTimePosition(TRUE, TopOfScreen);
|
||||
|
||||
*SkipValue = TmpValue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue