]> git.proxmox.com Git - mirror_edk2.git/commit
Bug description:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Mar 2011 06:01:23 +0000 (06:01 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 8 Mar 2011 06:01:23 +0000 (06:01 +0000)
commit81da6ef925f234f66ceb8af1598127260ed5d09e
treeb653fc0d08bf139a27e027dca77a860ca9715bd3
parent27f3015903bf30b9ca0e72c0174e9ef787d79659
Bug description:
  When the menu is refresh type, and the old string is longer than new string, after refresh, some old string will still show.
The mainly change is:
  1. This change cleans the old string first and then paints the new string.
  2. Fixed old code checks grayout flag not correct.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11354 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Universal/SetupBrowserDxe/Ui.c