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:
Eric Dong 2014-02-12 01:35:42 +00:00 committed by ydong10
parent f07ccd0527
commit c8d54a6d8d
1 changed files with 1 additions and 0 deletions

View File

@ -1538,6 +1538,7 @@ FindTopMenu (
} else {
*TopOfScreen = FindTopOfScreenMenu(NewPos, BottomRow - TopRow - SavedMenuOption->Skip, &TmpValue);
}
AdjustDateAndTimePosition(TRUE, TopOfScreen);
*SkipValue = TmpValue;
}