Jump to start/end of tracked segment works in Mask editing mode now.

This commit is contained in:
Sergey Sharybin
2013-04-04 16:05:02 +00:00
parent 677172fd65
commit 3254c6b08f

View File

@@ -2734,7 +2734,7 @@ void CLIP_OT_frame_jump(wmOperatorType *ot)
/* api callbacks */
ot->exec = frame_jump_exec;
ot->poll = ED_space_clip_tracking_poll;
ot->poll = ED_space_clip_poll;
/* flags */
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO;