bug fix: with 'geterror' property
This commit is contained in:
2
pardef.c
2
pardef.c
@ -1332,7 +1332,7 @@ void ParUpdateNode(hdbValue value) {
|
|||||||
SetHdbProperty(node, "visible", "false");
|
SetHdbProperty(node, "visible", "false");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (GetHdbProp("geterror")) skip_unchanged = 0;
|
if (GetHdbProp(node, "geterror")) skip_unchanged = 0;
|
||||||
switch (value.dataType) {
|
switch (value.dataType) {
|
||||||
case HIPFLOAT:
|
case HIPFLOAT:
|
||||||
if (value.v.doubleValue == PAR_NAN) {
|
if (value.v.doubleValue == PAR_NAN) {
|
||||||
|
Reference in New Issue
Block a user