Fix T68283: Missing operator in graph context menu

This commit is contained in:
2019-08-06 14:45:02 +10:00
parent dcbce4b924
commit 95de738953

View File

@@ -336,7 +336,6 @@ class GRAPH_MT_context_menu(Menu):
layout.separator()
layout.operator_menu_enum("graph.keyframe_type", "type", text="Keyframe Type")
layout.operator_menu_enum("graph.handle_type", "type", text="Handle Type")
layout.operator_menu_enum("graph.interpolation_type", "type", text="Interpolation Mode")
layout.operator_menu_enum("graph.easing_type", "type", text="Easing Type")