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:
@@ -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
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user