From 7a5aa1eb86e5a5cd4c0f807b0e456785f7d49edd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sun, 26 Nov 2023 12:08:06 +0100 Subject: [PATCH] Fixed AS1/2 Debugger tooltips exception --- CHANGELOG.md | 1 + src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7578a984e..4ba4e09d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ All notable changes to this project will be documented in this file. - AS3 Direct editation - types on instance variable values not properly resolved - AS1/2 Debugger - script was cleared on stop button - AS1/2 Vanishing source code in some cases +- AS1/2 Debugger tooltips exception ### Changed - [#2120] Exported assets no longer take names from assigned classes if there is more than 1 assigned class diff --git a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java index 626101d43..efb255978 100644 --- a/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/action/ActionPanel.java @@ -289,7 +289,7 @@ public class ActionPanel extends JPanel implements SearchListener 0)) { ActionPush ap = (ActionPush) selIns; Object var = ap.values.get(inspos - 1); String identifier = null;