MdeModulePkg/BootMaintenanceManagerUiLib: Make it look like current BMM

This commit is contained in:
Tim Crawford
2020-02-04 11:24:57 -07:00
parent 98633064c4
commit f0b1403f40
4 changed files with 32 additions and 29 deletions

View File

@@ -1143,8 +1143,8 @@ UpdatePageId (
NewPageId = FORM_CON_COM_SETUP_ID;
}
if ((NewPageId > 0) && (NewPageId < MAXIMUM_FORM_ID)) {
Private->BmmPreviousPageId = Private->BmmCurrentPageId;
Private->BmmCurrentPageId = NewPageId;
}
//if ((NewPageId > 0) && (NewPageId < MAXIMUM_FORM_ID)) {
// Private->BmmPreviousPageId = Private->BmmCurrentPageId;
// Private->BmmCurrentPageId = NewPageId;
//}
}