mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 00:23:36 +00:00
Hilighting first class trait - conflicting with script initializer
This commit is contained in:
@@ -2449,10 +2449,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
public void run() {
|
||||
if (abcPanel != null) {
|
||||
abcPanel.decompiledTextArea.removeScriptListener(this);
|
||||
boolean classChanged = false;
|
||||
if (abcPanel.decompiledTextArea.getClassIndex() != classIndex) {
|
||||
abcPanel.decompiledTextArea.setClassIndex(classIndex);
|
||||
classChanged = true;
|
||||
}
|
||||
if (traitIndex != -10) {
|
||||
abcPanel.decompiledTextArea.gotoTrait(traitIndex);
|
||||
|
||||
Reference in New Issue
Block a user