Skip to content

Commit bf0bdec

Browse files
author
nbauma109
committed
1 parent 8a04e6d commit bf0bdec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/org/jd/gui/view/MainView.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,8 @@ public void showFindPanel() {
420420
invokeLater(() -> {
421421
findPanel.setVisible(true);
422422
findComboBox.requestFocus();
423+
// Selects previously searched term
424+
findComboBox.getEditor().selectAll();
423425
});
424426
}
425427

0 commit comments

Comments
 (0)