Restore the whole form set to default value when user enter F9, old logical only for form level.

Signed-off-by:ydong10
Reviewed-by:lgao4






git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11911 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10
2011-06-28 05:01:49 +00:00
parent 006fecd5a1
commit 4f33c8384d
3 changed files with 48 additions and 49 deletions

View File

@@ -1014,19 +1014,17 @@ InitializeFormSet (
);
/**
Reset Questions in a Form to their default value.
Reset Questions in a Formset to their default value.
@param FormSet FormSet data structure.
@param Form The Form which to be reset.
@param DefaultId The Class of the default.
@retval EFI_SUCCESS The function completed successfully.
**/
EFI_STATUS
ExtractFormDefault (
ExtractFormSetDefault (
IN FORM_BROWSER_FORMSET *FormSet,
IN FORM_BROWSER_FORM *Form,
IN UINT16 DefaultId
);