Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2010-01-21 04:42:28 +0300
committerMatt Ebb <matt@mke3.net>2010-01-21 04:42:28 +0300
commite74bc901d3b88fab7b4774bba7e1d97a29efe34c (patch)
tree86c99a7d32467d27dd174923f01c6ec2b6919760 /source/blender/editors/space_node/node_header.c
parent6d06f54fbe6a8ad674264cdebc93460fea528b77 (diff)
Fix [#20749] Mute doesnt refresh the compositor
Diffstat (limited to 'source/blender/editors/space_node/node_header.c')
-rw-r--r--source/blender/editors/space_node/node_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_node/node_header.c b/source/blender/editors/space_node/node_header.c
index d8a14c6412b..ed6a45e9736 100644
--- a/source/blender/editors/space_node/node_header.c
+++ b/source/blender/editors/space_node/node_header.c
@@ -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)