goto last method after saving p-code when outside trait method

Fixed: AS3 p-code/AS hilighting after p-code save
This commit is contained in:
Jindra Petřík
2021-03-05 21:22:55 +01:00
parent a4b2d2e31b
commit 509b08ac86
4 changed files with 23 additions and 2 deletions
@@ -318,6 +318,7 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
textWithHex = null;
textNoHex = null;
textHexOnly = null;
setHex(exportMode, true);
} catch (IOException ex) {
} catch (InterruptedException ex) {
} catch (AVM2ParseException ex) {