fix for new Nasal
This commit is contained in:
parent
3bcb193cb9
commit
5f209cfa28
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ var Model = {
|
|||
}
|
||||
|
||||
m.node.getNode("legend", 1).setValue("");
|
||||
if (isa(data, props.Node)) {
|
||||
if (data != nil and isa(data, props.Node)) {
|
||||
props.copy(data, m.node); # import node
|
||||
}
|
||||
var hdg = init_prop(m.node.getNode("heading-deg", 1), 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue