fix for node editor re-rendering when the background image was moved in the view.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user