1
0
Fork 0

Fix for isue 834 - fuel and payload gui broken for jsb aircraft

This commit is contained in:
Stuart Buchanan 2012-08-10 22:25:20 +01:00
parent 4ec24853a8
commit 8d32e19c63

View file

@ -904,7 +904,7 @@ var showWeightDialog = func {
if( fdmdata.cg != nil ) {
var n = props.globals.getNode("/limits/mass-and-balance/cg/dimension");
tablerow("Center of Gravity", fdmdata.cg, "%.1f " ~ (n == nil ? "in" : n.getValue()));
tablerow("Center of Gravity", props.globals.getNode(fdmdata.cg), "%.1f " ~ (n == nil ? "in" : n.getValue()));
}
dialog[name].addChild("hrule");