bug fix: with 'geterror' property

This commit is contained in:
2024-11-14 09:16:32 +01:00
parent b86ed56a38
commit 5d3ca49685

View File

@ -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) {