Re: [edk2-devel] [PATCH] MdeModulePkg: Sets the Cursor to selected BootOption.

2020-06-09 Thread Dandan Bi
Hao A > Subject: RE: [edk2-devel] [PATCH] MdeModulePkg: Sets the Cursor to > selected BootOption. > > Hi All, > > I will push the patch tomorrow if don't get any objection. > > > Thanks, > Dandan > > -Original Message- > > From: devel@edk2.gro

[edk2-devel] [PATCH] MdeModulePkg: Sets the Cursor to selected BootOption.

2020-06-08 Thread Abdul Lateef Attar
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 cur

Re: [edk2-devel] [PATCH] MdeModulePkg: Sets the Cursor to selected BootOption.

2020-06-08 Thread Dandan Bi
ang, Jian J ; > Wu, Hao A > Subject: Re: [edk2-devel] [PATCH] MdeModulePkg: Sets the Cursor to > selected BootOption. > > Reviewed-by: Dandan Bi > > > Thanks, > Dandan > > -Original Message- > > From: Abdul Lateef Attar > > Sent: Monday, Ap

Re: [edk2-devel] [PATCH] MdeModulePkg: Sets the Cursor to selected BootOption.

2020-05-07 Thread Dandan Bi
Reviewed-by: Dandan Bi Thanks, Dandan > -Original Message- > From: Abdul Lateef Attar > Sent: Monday, April 20, 2020 3:06 PM > To: devel@edk2.groups.io > Cc: Bi, Dandan ; Dong, Eric ; > Wang, Jian J ; Wu, Hao A ; > Abdul Lateef Attar > Subject: [PATCH] MdeModulePkg: Sets the Cursor to

[edk2-devel] [PATCH] MdeModulePkg: Sets the Cursor to selected BootOption.

2020-04-20 Thread Abdul Lateef Attar
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 cur