diff --git a/release/scripts/startup/bl_ui/space_dopesheet.py b/release/scripts/startup/bl_ui/space_dopesheet.py index 3f8c41e4f21..33f183e16d5 100644 --- a/release/scripts/startup/bl_ui/space_dopesheet.py +++ b/release/scripts/startup/bl_ui/space_dopesheet.py @@ -644,7 +644,7 @@ class DOPESHEET_MT_channel_context_menu(Menu): layout.separator() layout.operator("anim.channels_editable_toggle") - if bpy.ops.graph.extrapolation_type.poll(context.copy()): + if bpy.ops.graph.extrapolation_type.poll(): operator = "graph.extrapolation_type" else: operator = "action.extrapolation_type"