mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 12:21:04 +00:00
Fixed AS3 - incorrect switching P-code causing empty text
This commit is contained in:
@@ -389,6 +389,8 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
|
||||
public void clear() {
|
||||
setText("");
|
||||
bodyIndex = -1;
|
||||
methodIndex = -1;
|
||||
scriptIndex = -1;
|
||||
setCaretPosition(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user