Bugfix [#27453] Copy Paste fcurve modifers is broken

Wrong poll was getting used
This commit is contained in:
Joshua Leung 2011-05-24 12:24:05 +00:00
parent f920df3ce7
commit 435229e3b3

@ -2248,7 +2248,7 @@ void GRAPH_OT_fmodifier_paste (wmOperatorType *ot)
/* api callbacks */
ot->exec= graph_fmodifier_paste_exec;
ot->poll= graphop_editable_keyframes_poll;
ot->poll= graphop_active_fcurve_poll;
/* flags */
ot->flag= OPTYPE_REGISTER|OPTYPE_UNDO;