diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f77caa67..bfadb9e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. - #1623 Right side marker (gray line) in P-code - #1622 Slow scrolling (search results, advanced settings and others) - #1626 AS3 decompilation - unpopped obfuscated function +- #1624 Saving last searches saves only first results ## [14.0.1] - 2021-02-26 ### Added diff --git a/src/com/jpexs/decompiler/flash/gui/MainPanel.java b/src/com/jpexs/decompiler/flash/gui/MainPanel.java index 96f1587c5..095e96a3f 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainPanel.java @@ -1930,6 +1930,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se } } } + Main.searchResultsStorage.finishGroup(); View.execInEventDispatch(() -> { boolean found = false;