Skip to content

Commit

Permalink
Fix for issue #2090
Browse files Browse the repository at this point in the history
  • Loading branch information
georgweiss committed Jan 28, 2022
1 parent c82e2b9 commit e0cf39b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private class Result
toggleMenu(event);
if (event.isConsumed())
return;
final TextField field = (TextField) event.getSource();
final TextInputControl field = (TextInputControl) event.getSource();
final KeyCode code = event.getCode();
if (code == KeyCode.ENTER)
{
Expand Down

0 comments on commit e0cf39b

Please sign in to comment.