[fixes #699] preselect first AxialStage on Rocket-Open
This commit is contained in:
parent
b17d03138a
commit
4cd56c1616
@ -282,6 +282,9 @@ public class BasicFrame extends JFrame {
|
|||||||
|
|
||||||
tree = new ComponentTree(document);
|
tree = new ComponentTree(document);
|
||||||
tree.setSelectionModel(componentSelectionModel);
|
tree.setSelectionModel(componentSelectionModel);
|
||||||
|
if( tree.isSelectionEmpty() ){
|
||||||
|
tree.setSelectionRow(1);
|
||||||
|
}
|
||||||
|
|
||||||
// Remove JTree key events that interfere with menu accelerators
|
// Remove JTree key events that interfere with menu accelerators
|
||||||
InputMap im = SwingUtilities.getUIInputMap(tree, JComponent.WHEN_FOCUSED);
|
InputMap im = SwingUtilities.getUIInputMap(tree, JComponent.WHEN_FOCUSED);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user