mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 00:55:37 +00:00
Fixed: Go to document class for classes with obfuscated name
This commit is contained in:
@@ -2753,7 +2753,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (!abcList.isEmpty()) {
|
||||
ABCPanel abcPanel = getABCPanel();
|
||||
for (ABCContainerTag c : abcList) {
|
||||
if (c.getABC().findClassByName(documentClassPrintable) > -1) {
|
||||
if (c.getABC().findClassByName(documentClass) > -1) {
|
||||
abcPanel.setAbc(c.getABC());
|
||||
abcPanel.hilightScript(swf, documentClassPrintable);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user