Skip to content

Commit

Permalink
Revert "Merge pull request CleverRaven#73420 from katemonster33/popup…
Browse files Browse the repository at this point in the history
…_letter_switch_regression"

This reverts commit 8998865, reversing
changes made to e598716.
this
  • Loading branch information
SurFlurer committed Aug 26, 2024
1 parent 7ac2cd2 commit 904f577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ query_popup::result query_popup::query_once()
} else {
for( size_t ind = 0; ind < options.size(); ++ind ) {
if( res.action == options[ind].action ) {
impl->keyboard_selected_option = ind;
cur = ind;
if( options[ind].filter( res.evt ) ) {
res.wait_input = false;
break;
Expand Down

0 comments on commit 904f577

Please sign in to comment.