Clip Editor: Enable Continuous Grab for view panning

This commit is contained in:
Julian Eisel 2016-09-22 22:49:01 +02:00
parent d84c55f0fa
commit 56498757ce
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ void CLIP_OT_view_pan(wmOperatorType *ot)
ot->poll = ED_space_clip_view_clip_poll;
/* flags */
ot->flag = OPTYPE_BLOCKING;
ot->flag = OPTYPE_BLOCKING | OPTYPE_GRAB_CURSOR;
/* properties */
RNA_def_float_vector(ot->srna, "offset", 2, NULL, -FLT_MAX, FLT_MAX,