]> git.proxmox.com Git - mirror_edk2.git/commitdiff
1. support numeric item +/- action generate callback
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Dec 2010 05:58:30 +0000 (05:58 +0000)
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 23 Dec 2010 05:58:30 +0000 (05:58 +0000)
2. when user change numeric opcode, call to refresh form.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11195 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/SetupBrowserDxe/Ui.c

index e55a2a06da83150c3da04018fb3e95ff06e312fe..6e851ed7bdeeade944cf02e02297fb72fc1c0e16 100644 (file)
@@ -2412,6 +2412,8 @@ UiDisplayMenu (
             //\r
             Repaint = TRUE;\r
             NewLine = TRUE;\r
+          } else {\r
+            Selection->Action = UI_ACTION_REFRESH_FORM;\r
           }\r
           if (OptionString != NULL) {\r
             FreePool (OptionString);\r