]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg: Sets the Cursor to selected BootOption.
authorAbdul Lateef Attar <abdul@marvell.com>
Mon, 20 Apr 2020 07:05:55 +0000 (15:05 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 10 Jun 2020 03:26:43 +0000 (03:26 +0000)
commit9b52b06f964226780b7047e10be0c1a65e223eb1
tree088e1edbedf7559872bc2621030ecaf32b4a5624
parentdafce295e6f447ed8905db4e29241e2c6c2a4389
MdeModulePkg: Sets the Cursor to selected BootOption.

Its been observed that in MenuManagerMenuApp when user
selects a different BootOption using Up/Down key, the
current Cursor position is not chaning.
Still points to the old BootOption.

This changes first dispalys/redraws the old BootOption
followed by new BootOption. Doing so will make current
cursor pointing to the user selected BootOption.

Signed-off-by: Abdul Lateef Attar <abdul@marvell.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c