Fix for isue 834 - fuel and payload gui broken for jsb aircraft
This commit is contained in:
parent
4ec24853a8
commit
8d32e19c63
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue