mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 03:53:11 +00:00
method name fix
This commit is contained in:
@@ -1327,7 +1327,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
return;
|
||||
}
|
||||
if (swf.fileAttributes != null && swf.fileAttributes.actionScript3) {
|
||||
final int multiName = getABCPanel().decompiledTextArea.getMultinameUnderCursor();
|
||||
final int multiName = getABCPanel().decompiledTextArea.getMultinameUnderCaret();
|
||||
final List<ABCContainerTag> abcList = swf.abcList;
|
||||
if (multiName > 0) {
|
||||
new CancellableWorker() {
|
||||
|
||||
Reference in New Issue
Block a user