mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 04:01:25 +00:00
Check referencing instance variables from static context.
This commit is contained in:
@@ -156,8 +156,8 @@ public class UsageFrame extends AppDialog implements MouseListener {
|
||||
};
|
||||
|
||||
Main.getMainFrame().getPanel().setLoadingScrollPosEnabled(false);
|
||||
if (decompiledTextArea.getScriptIndex() == icu.getScriptIndex() &&
|
||||
(decompiledTextArea.getClassIndex() == icu.getClassIndex() || icu.getClassIndex() == -1) && abcPanel.abc == newAbc) {
|
||||
if (decompiledTextArea.getScriptIndex() == icu.getScriptIndex()
|
||||
&& (decompiledTextArea.getClassIndex() == icu.getClassIndex() || icu.getClassIndex() == -1) && abcPanel.abc == newAbc) {
|
||||
setTrait.run();
|
||||
} else {
|
||||
decompiledTextArea.addScriptListener(setTrait);
|
||||
|
||||
Reference in New Issue
Block a user