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

While re-route operator got fixed, node resize became broken.

This reverts commit 43f33ea300.
This commit is contained in:
Sergey Sharybin 2017-12-12 10:34:38 +01:00
parent b3c147a04f
commit 99069c8ae2
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 */