Merge branch 'master' into 0.18

This commit is contained in:
Nick O'Leary
2018-01-11 21:20:51 +00:00
5 changed files with 12 additions and 1 deletions

View File

@@ -978,6 +978,8 @@ RED.editor = (function() {
if (outputsChanged) {
changed = true;
}
} else {
newValue = parseInt(newValue);
}
}
if (editing_node[d] != newValue) {