Skip to content

Commit

Permalink
Clear FormHasKeyFocus flag if touch on the master frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Wenbo Hou authored and makubacki committed Jan 21, 2025
1 parent 32dcdcc commit ab34fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MsGraphicsPkg/DisplayEngineDxe/FormDisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -2196,6 +2196,7 @@ UiDisplayMenu (
//
if (SWM_INPUT_TYPE_TOUCH == InputState.InputType) {
MasterFrameSharedState->ShowTopMenuHighlight = FALSE;
FormHasKeyFocus = FALSE;
}

gUserInput->Action = BROWSER_ACTION_FORM_EXIT;
Expand Down

0 comments on commit ab34fe5

Please sign in to comment.