Skip to content

Commit

Permalink
fix setup menu highlight when using non-menu key
Browse files Browse the repository at this point in the history
  • Loading branch information
rfomin committed Aug 1, 2024
1 parent 6eb4413 commit f3ed92b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mn_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,11 @@ boolean MN_SetupResponder(menu_action_t action, int ch)

setup_menu_t *current_item = current_menu + set_item_on;

if (menu_input != mouse_mode)
{
current_item->m_flags |= S_HILITE;
}

// phares 4/19/98:
// Catch the response to the 'reset to default?' verification
// screen
Expand Down

0 comments on commit f3ed92b

Please sign in to comment.