From 6fbd7f68652639bcab756c097199d9e9efc6791a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Tue, 24 Jun 2025 21:49:23 +0200 Subject: [PATCH] Fixed: Not saving library type (airglobal/playerglobal) when switching SWFs --- CHANGELOG.md | 1 + src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cb6f71d..8d6e81fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,6 +83,7 @@ All notable changes to this project will be documented in this file. fix invalid family names, incorrect text size - Replacing existing characters in a font which has character codes unsorted - [#2475] SVG Import - ignoring gradients caused by missing offset attribute of stop element +- Not saving library type (airglobal/playerglobal) when switching SWFs ## [23.0.1] - 2025-05-16 ### Fixed diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java index d57b70d3d..fa296feef 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java @@ -265,12 +265,12 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener