fix [#28098] Continuous Grab does not work for movement of the "Backdrop" in the Node Editor

This commit is contained in:
Campbell Barton 2011-07-27 17:49:35 +00:00
parent 3b6cb504b1
commit 7e466266d3

@ -1101,7 +1101,7 @@ void NODE_OT_backimage_move(wmOperatorType *ot)
ot->cancel= snode_bg_viewmove_cancel; ot->cancel= snode_bg_viewmove_cancel;
/* flags */ /* flags */
ot->flag= OPTYPE_BLOCKING; ot->flag= OPTYPE_BLOCKING|OPTYPE_GRAB_POINTER;
} }
static int backimage_zoom(bContext *C, wmOperator *op) static int backimage_zoom(bContext *C, wmOperator *op)