You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The object containers m_Nodes, m_Pins, m_Links inside EditorContext are not properly cleaned after a node or link is deleted. As long as the same EditorContext is used, these containers continue to inflate. So when a node is deleted, if a same ID is used to create another node, the FindNode function returns the previous node object with the settings of the previous node. In groups, for example, this problem causes it to have the previous group's size when a new group with the same ID is created (after the first one is deleted).
The text was updated successfully, but these errors were encountered:
The object containers
m_Nodes
,m_Pins
,m_Links
insideEditorContext
are not properly cleaned after a node or link is deleted. As long as the sameEditorContext
is used, these containers continue to inflate. So when a node is deleted, if a same ID is used to create another node, theFindNode
function returns the previous node object with the settings of the previous node. In groups, for example, this problem causes it to have the previous group's size when a new group with the same ID is created (after the first one is deleted).The text was updated successfully, but these errors were encountered: