[#1871] Don't highlight sustainer stage in 3D view at startup

This commit is contained in:
SiboVG 2022-12-05 00:02:22 +01:00
parent e19deecf94
commit e565d4cae6

View File

@ -286,6 +286,7 @@ public class BasicFrame extends JFrame {
tree.setSelectionRow(1);
// Don't select children components at startup (so override the default behavior with this new selection)
rocketpanel.getFigure().setSelection(new RocketComponent[] { topStage });
rocketpanel.getFigure3d().setSelection(new RocketComponent[] { topStage });
log.debug("... Setting Initial Selection: " + tree.getSelectionPath() );
}
}