From d3dd8224d4370bb8aabfdbc9c81d00a53c508c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Wed, 28 May 2025 08:27:02 +0200 Subject: [PATCH] Fixed: AS1/2 direct editation - Position in the code should stay same after clicking Edit button --- CHANGELOG.md | 1 + src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fea5a5d9..7106da7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ All notable changes to this project will be documented in this file. - AS1/2 - Incorrect DefineFunction2 parameter names when parameter name is empty - [#2460] SVG export - incorrect caching colorTransform and ratio for the same tag - [#2461] SVG export - incorrect clipping / missing shapes +- AS1/2 direct editation - Position in the code should stay same after clicking Edit button ## [23.0.1] - 2025-05-16 ### Fixed diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index 5145ee6ce..e04bedf9e 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -1204,9 +1204,7 @@ public class ActionPanel extends JPanel implements SearchListener