mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
small EA fixes
This commit is contained in:
@@ -785,7 +785,7 @@ public class EditorSearchComponent extends EditorHeaderComponent implements Data
|
||||
|
||||
private void updateResults(final boolean allowedToChangedEditorSelection) {
|
||||
myMatchInfoLabel.setFont(myMatchInfoLabel.getFont().deriveFont(Font.PLAIN));
|
||||
final String text = mySearchField.getText();
|
||||
final String text = myFindModel.getStringToFind();
|
||||
if (text.length() == 0) {
|
||||
nothingToSearchFor();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user