From b2982c92ceaa8f29d109edd449557657ddbf91b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 13 Feb 2021 11:00:55 +0100 Subject: [PATCH] Fixed AS1/2 Direct editation mark line on error --- CHANGELOG.md | 1 + src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e173329..18cbb9f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file. ### Fixed - #1298 AS1/2 properly decompiled setProperty/getProperty +- AS1/2 Direct editation mark line on error ## [13.0.3] - 2021-02-12 ### Added diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index 77d0628e1..f7a9a8e31 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -1082,8 +1082,12 @@ public class ActionPanel extends JPanel implements SearchListener