fix for node editor re-rendering when the background image was moved in the view.

This commit is contained in:
2012-07-22 13:13:36 +00:00
parent 43979f2d71
commit 2b286585af

View File

@@ -1562,8 +1562,6 @@ static int snode_bg_viewmove_modal(bContext *C, wmOperator *op, wmEvent *event)
MEM_freeN(nvm);
op->customdata = NULL;
WM_event_add_notifier(C, NC_SPACE | ND_SPACE_NODE, NULL);
return OPERATOR_FINISHED;
}