mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-17 17:31:53 +00:00
AS3: Losing script tree focus on script selection (disallowed walking tree with keyboard up/down)
This commit is contained in:
@@ -1393,7 +1393,8 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
|
||||
detailPanel.setVisible(!val);
|
||||
|
||||
decompiledTextArea.ignoreCarret = val;
|
||||
decompiledTextArea.requestFocusInWindow();
|
||||
//This prevents walking script tree with up and down:
|
||||
//decompiledTextArea.requestFocusInWindow();
|
||||
}
|
||||
|
||||
private void editDecompiledButtonActionPerformed(ActionEvent evt) {
|
||||
|
||||
Reference in New Issue
Block a user