Fix [#20749] Mute doesnt refresh the compositor

This commit is contained in:
2010-01-21 01:42:28 +00:00
parent 6d06f54fbe
commit e74bc901d3
5 changed files with 15 additions and 16 deletions

View File

@@ -90,7 +90,7 @@ static void do_node_add(bContext *C, void *arg, int event)
if(node->flag & NODE_TEST) node->flag &= ~NODE_SELECT;
}
snode_handle_recalc(C, snode);
snode_notify(C, snode);
}
static void node_auto_add_menu(bContext *C, uiLayout *layout, void *arg_nodeclass)