mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 01:11:54 +00:00
small fixes about removing tags, action reading
This commit is contained in:
@@ -220,7 +220,8 @@ public class ActionPanel extends JPanel implements ActionListener, SearchListene
|
||||
public boolean search(final String txt, boolean ignoreCase, boolean regexp) {
|
||||
if ((txt != null) && (!txt.isEmpty())) {
|
||||
searchPanel.setOptions(ignoreCase, regexp);
|
||||
List<TreeNode> list = SWF.createASTagList(mainPanel.getCurrentSwf().tags, null);
|
||||
SWF swf = mainPanel.getCurrentSwf();
|
||||
List<TreeNode> list = SWF.createASTagList(swf.tags, swf);
|
||||
Map<String, ASMSource> asms = new HashMap<>();
|
||||
getASMs("", list, asms);
|
||||
final List<ActionSearchResult> found = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user