From 422e9d32fe548ea5fe00fe27616c2a4ce943d564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 23 Jan 2021 20:37:57 +0100 Subject: [PATCH] Losing script tree focus on script selection (disallowed walking tree with keyboard up/down) --- CHANGELOG.md | 2 +- src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java | 5 +++-- .../jpexs/decompiler/flash/gui/action/ActionPanel.java | 8 ++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a5d57d8..f997cbc6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file. - AS3: Incorrect handling of strict equals operator in if vs switch resulting in §§pop - Better goto detection/for continue - Support for comma operator in switch case statements -- AS3: Losing script tree focus on script selection (disallowed walking tree with keyboard up/down) +- Losing script tree focus on script selection (disallowed walking tree with keyboard up/down) - Proper window screen centering - Graph dialog proper window size - Graph dialog scroll speed increased diff --git a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java index e373e3174..5494c8ef9 100644 --- a/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/abc/ABCPanel.java @@ -1393,8 +1393,9 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener