From d64ff4fb3d87c560940e51e7fde30f4e0789585d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 2 Mar 2021 18:07:34 +0100 Subject: [PATCH] Fixed: #1636 Exception after search - traitslist with not properly set abc, other ui exception --- CHANGELOG.md | 1 + src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java | 1 + .../decompiler/flash/gui/editor/LineMarkedEditorPane.java | 6 +++++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a8ccc899..c51ee2108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ All notable changes to this project will be documented in this file. - Generic tag tree exception on save - Copying to clipboard does not support transparency - #1634 AS3 slot/const editor loses focus on edit button press +- #1636 Exception after search - traitslist with not properly set abc, other ui exception ### Removed - #1631 ActiveX Flash component download in windows installer diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java index f6a498d17..730d7b230 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java @@ -1359,6 +1359,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener cs = lineMarkers.get(line);