Revert "Node selection: Stop operator when mouse selection selected a node"

This reverts commit bf58ec9265.
This commit is contained in:
Sergey Sharybin 2018-01-22 12:22:44 +01:00
parent a50c381fac
commit 6036bf7497
1 changed files with 3 additions and 2 deletions

View File

@ -476,8 +476,9 @@ static int node_select_exec(bContext *C, wmOperator *op)
if (node_mouse_select(bmain, snode, ar, mval, extend)) {
/* send notifiers */
WM_event_add_notifier(C, NC_NODE | NA_SELECTED, NULL);
return OPERATOR_FINISHED;
/* allow tweak event to work too */
return OPERATOR_FINISHED | OPERATOR_PASS_THROUGH;
}
else {
/* allow tweak event to work too */