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