mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:10:46 +00:00
UI thread invoke fixes/improvements 3
This commit is contained in:
@@ -666,8 +666,10 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
|
||||
}
|
||||
|
||||
if (!force && this.script == scriptLeaf) {
|
||||
fireScript();
|
||||
return;
|
||||
}
|
||||
|
||||
String sn = scriptLeaf.getClassPath().toString();
|
||||
setScriptName(sn);
|
||||
abcPanel.scriptNameLabel.setText(sn);
|
||||
|
||||
Reference in New Issue
Block a user