Don't display component assemblies other than entire rocket
This commit is contained in:
parent
3f73f694e2
commit
2a9b87fe7e
@ -548,6 +548,10 @@ public class ComponentAnalysisDialog extends JDialog implements StateChangeListe
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ((comp instanceof ComponentAssembly) && !(comp instanceof Rocket)){
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
String name = cmEntry.name;
|
String name = cmEntry.name;
|
||||||
if (cmEntry.source instanceof Rocket) {
|
if (cmEntry.source instanceof Rocket) {
|
||||||
name = trans.get("componentanalysisdlg.TOTAL");
|
name = trans.get("componentanalysisdlg.TOTAL");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user