mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 18:30:45 +00:00
UI thread invoke fixes/improvements 2
This commit is contained in:
@@ -76,7 +76,7 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
|
||||
return scriptIndex;
|
||||
}
|
||||
|
||||
private HighlightedText highlightedText = new HighlightedText();
|
||||
private HighlightedText highlightedText = HighlightedText.EMPTY;
|
||||
|
||||
private final List<DocsListener> docsListeners = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user