diff --git a/CHANGELOG.md b/CHANGELOG.md index 7425ffae0..7ac6a7926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file. - [#2375] Added limit of simultaneously played sounds - AS1/2 - Push action hilighting, GetProperty, Call action hilighting - [#2381] Font color values with alpha allowed in html edittext, but alpha ignored +- [#2384] Vanishing pins on AS3 code editing save ## [22.0.1] - 2024-11-20 ### Added @@ -3682,6 +3683,7 @@ Major version of SWF to XML export changed to 2. [#2375]: https://www.free-decompiler.com/flash/issues/2375 [#2374]: https://www.free-decompiler.com/flash/issues/2374 [#2381]: https://www.free-decompiler.com/flash/issues/2381 +[#2384]: https://www.free-decompiler.com/flash/issues/2384 [#2366]: https://www.free-decompiler.com/flash/issues/2366 [#2367]: https://www.free-decompiler.com/flash/issues/2367 [#2372]: https://www.free-decompiler.com/flash/issues/2372 diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java index 13cb93412..89ee72280 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java @@ -1734,6 +1734,10 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener