mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-10 00:01:31 +01:00
Correct disappearing icon in submenus
This commit is contained in:
parent
b6e39e1a32
commit
e210ec2d04
@ -1704,7 +1704,7 @@ VOID REFIT_MENU_SCREEN::GraphicsMenuStyle(IN UINTN Function, IN CONST CHAR16 *Pa
|
|||||||
Entry->Place.YPos, TitleLen + Entry->Row);
|
Entry->Place.YPos, TitleLen + Entry->Row);
|
||||||
}
|
}
|
||||||
} else if (Entry->getREFIT_MENU_CHECKBIT()) {
|
} else if (Entry->getREFIT_MENU_CHECKBIT()) {
|
||||||
ThemeX.FillRectAreaOfScreen(ctrlTextX, Entry->Place.YPos, MenuWidth, ThemeX.TextHeight);
|
ThemeX.FillRectAreaOfScreen(ctrlTextX + (MenuWidth >> 1), Entry->Place.YPos, MenuWidth, ThemeX.TextHeight);
|
||||||
DrawMenuText(ResultString, (i == ScrollState.CurrentSelection) ? (MenuWidth) : 0,
|
DrawMenuText(ResultString, (i == ScrollState.CurrentSelection) ? (MenuWidth) : 0,
|
||||||
ctrlTextX,
|
ctrlTextX,
|
||||||
Entry->Place.YPos, 0xFFFF);
|
Entry->Place.YPos, 0xFFFF);
|
||||||
|
Loading…
Reference in New Issue
Block a user