From c43e68dc29121c55c255122c76bdb8da6563eef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Thu, 10 Nov 2022 19:01:59 +0100 Subject: [PATCH] Fixed Go to document class when switched to tag list view --- CHANGELOG.md | 1 + src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930e75410..d69b771e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file. - Exception when bundle selected - File path in window title for SWFs inside DefineBinaryData - [#1863] Export to PDF - cannot read fonts with long CMAP +- Go to document class when switched to tag list view ## [16.2.0] - 2022-11-08 ### Added diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java index 05ffb33c3..ae4740da6 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java @@ -1322,7 +1322,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener