mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 16:42:03 +00:00
Fixed exception on text search context menu on ABCs
This commit is contained in:
@@ -1545,7 +1545,7 @@ public class TagTreeContextMenu extends JPopupMenu {
|
||||
}
|
||||
|
||||
private void textSearchActionPerformed(ActionEvent evt) {
|
||||
Main.getMainFrame().getPanel().searchInActionScriptOrText(null, Main.getMainFrame().getPanel().getCurrentSwf(), true);
|
||||
Main.getMainFrame().getPanel().searchInActionScriptOrText(null, Main.getMainFrame().getPanel().getCurrentOpenable(), true);
|
||||
}
|
||||
|
||||
private void addAs3ClassActionPerformed(ActionEvent evt) {
|
||||
|
||||
Reference in New Issue
Block a user