1. support numeric item +/- action generate callback

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
This commit is contained in:
ydong10 2010-12-23 05:58:30 +00:00
parent 47cc0634ba
commit 7b546f7480
1 changed files with 2 additions and 0 deletions

View File

@ -2412,6 +2412,8 @@ UiDisplayMenu (
//
Repaint = TRUE;
NewLine = TRUE;
} else {
Selection->Action = UI_ACTION_REFRESH_FORM;
}
if (OptionString != NULL) {
FreePool (OptionString);