[#1871] Don't highlight sustainer stage in 3D view at startup
This commit is contained in:
parent
e19deecf94
commit
e565d4cae6
@ -286,6 +286,7 @@ public class BasicFrame extends JFrame {
|
|||||||
tree.setSelectionRow(1);
|
tree.setSelectionRow(1);
|
||||||
// Don't select children components at startup (so override the default behavior with this new selection)
|
// Don't select children components at startup (so override the default behavior with this new selection)
|
||||||
rocketpanel.getFigure().setSelection(new RocketComponent[] { topStage });
|
rocketpanel.getFigure().setSelection(new RocketComponent[] { topStage });
|
||||||
|
rocketpanel.getFigure3d().setSelection(new RocketComponent[] { topStage });
|
||||||
log.debug("... Setting Initial Selection: " + tree.getSelectionPath() );
|
log.debug("... Setting Initial Selection: " + tree.getSelectionPath() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user