Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
Co-authored-by: Michał Żygowski <[email protected]>
  • Loading branch information
filipleple and miczyg1 authored Oct 26, 2023
1 parent 0f50770 commit 4d179f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MdeModulePkg/Universal/DisplayEngineDxe/InputHandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -747,10 +747,10 @@ GetNumericInput (

case '+':
case '-':
if (ManualInput && ((NumericOp->Flags & EFI_IFR_DISPLAY) == EFI_IFR_DISPLAY_UINT_DEC)) {
UpdateStatusBar(INPUT_ERROR, TRUE);
break;
}
if (ManualInput && ((NumericOp->Flags & EFI_IFR_DISPLAY) == EFI_IFR_DISPLAY_UINT_DEC)) {
UpdateStatusBar(INPUT_ERROR, TRUE);
break;
}
if (ManualInput && IntInput) {
//
// In Manual input mode, check whether input the negative flag.
Expand Down

0 comments on commit 4d179f9

Please sign in to comment.