mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 05:06:17 +00:00
text search fix
This commit is contained in:
@@ -1709,7 +1709,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (swf.isAS3()) {
|
||||
abcResult = getABCPanel().search(swf, txt, ignoreCase, regexp, this);
|
||||
} else {
|
||||
actionResult = getActionPanel().search(txt, ignoreCase, regexp, this);
|
||||
actionResult = getActionPanel().search(swf, txt, ignoreCase, regexp, this);
|
||||
}
|
||||
|
||||
List<ABCPanelSearchResult> fAbcResult = abcResult;
|
||||
|
||||
Reference in New Issue
Block a user