Fixed: #1624 Saving last searches saves only first results

This commit is contained in:
Jindra Petřík
2021-02-27 13:53:04 +01:00
parent 79b1e45df3
commit e308c00601
2 changed files with 2 additions and 0 deletions

View File

@@ -1930,6 +1930,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
}
}
}
Main.searchResultsStorage.finishGroup();
View.execInEventDispatch(() -> {
boolean found = false;