Properly refresh the node tree when making links with the node Make Links tool

This commit is contained in:
Matt Ebb
2010-01-08 05:54:03 +00:00
parent ce538a0694
commit 13002c1645

View File

@@ -1188,6 +1188,7 @@ void snode_autoconnect(SpaceNode *snode, int allow_multiple, int replace)
if (replace)
nodeRemSocketLinks(snode->edittree, sock_to);
nodeAddLink(snode->edittree, node_fr, sock_fr, node_to, sock_to);
NodeTagChanged(snode->edittree, node_to);
break;
}
}