AS3: Losing script tree focus on script selection (disallowed walking tree with keyboard up/down)

This commit is contained in:
Jindra Petřík
2021-01-23 14:53:41 +01:00
parent afbc562811
commit 8f856fefe4
2 changed files with 3 additions and 1 deletions

View File

@@ -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) {