]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c
Fix bug that cursor position will change when enter newly registered HII Form after...
authorxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jul 2010 09:46:41 +0000 (09:46 +0000)
committerxdu2 <xdu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 22 Jul 2010 09:46:41 +0000 (09:46 +0000)
commit7119d96a6fdd28b2e215b20f97996193ca871a57
tree2f01aa8db028f13dcf0af4c1dc44dc02e7c0c3fa
parent6a60f8cb11317bf50e28f4b8be0a99d6602191d8
Fix bug that cursor position will change when enter newly registered HII Form after ConnectAll() in DeviceManager.
Root cause is that in old code, reinstall of HII handle for DeviceManager will cause inconsistent HII handle index for newly installed HII packages by ConnectAll(), thus cause inconsistent QuestionId. FormBrowser will record QuestionId of a Form ever visited, so the cursor position is changed.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10682 6f19259b-4bc3-4df7-8a09-765794883524
IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManager.c