Skip to content

Commit

Permalink
fixed minor gui focus bug
Browse files Browse the repository at this point in the history
  • Loading branch information
akmsw committed Jul 5, 2023
1 parent 96ae24e commit 74ba45f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ public void resetView() {
.setSelected(false);
((NamesInputView) getView()).getComboBox()
.setSelectedIndex(0);
((NamesInputView) getView()).getComboBox()
.requestFocusInWindow();
((NamesInputView) getView()).getTextArea()
.setText("");
((NamesInputView) getView()).getMixButton()
Expand Down

0 comments on commit 74ba45f

Please sign in to comment.