[graph] remove call to node description's updateInternals

causes possible undefined behaviors if the graph is modified during this update
This commit is contained in:
Yann Lanthony 2017-11-10 18:21:59 +01:00
parent 54186762cc
commit 5fc1d92cc2

View file

@ -810,9 +810,6 @@ class Node(BaseObject):
'nodeType': self.nodeType,
}
self._buildCmdVars(self._cmdVars)
self.nodeDesc.updateInternals(self)
self.internalFolderChanged.emit()
@property