Enhance EDKII Browser to support flexible HotKey setting.
Signed-off-by: lgao4 Reviewed-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12336 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1060,7 +1060,7 @@ GetSelectionInputPopUp (
|
||||
Start = (DimensionsWidth - PopUpWidth - POPUP_FRAME_WIDTH) / 2 + gScreenDimensions.LeftColumn;
|
||||
End = Start + PopUpWidth + POPUP_FRAME_WIDTH;
|
||||
Top = gScreenDimensions.TopRow + NONE_FRONT_PAGE_HEADER_HEIGHT;
|
||||
Bottom = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - FOOTER_HEIGHT - 1;
|
||||
Bottom = gScreenDimensions.BottomRow - STATUS_BAR_HEIGHT - gFooterHeight - 1;
|
||||
|
||||
MenuLinesInView = Bottom - Top - 1;
|
||||
if (MenuLinesInView >= PopUpMenuLines) {
|
||||
|
Reference in New Issue
Block a user