Fix T59674: context menu for channels not found

This commit is contained in:
Jacques Lucke 2018-12-20 13:36:25 +01:00
parent a8103a0256
commit 63ed86b06f
Notes: blender-bot 2023-02-14 04:22:54 +01:00
Referenced by issue #59674, Right-Click in all animation editor summary areaa gives a missing menu error message
1 changed files with 1 additions and 1 deletions

View File

@ -2812,7 +2812,7 @@ def km_animation_channels(params):
("anim.channels_group", {"type": 'G', "value": 'PRESS', "ctrl": True}, None),
("anim.channels_ungroup", {"type": 'G', "value": 'PRESS', "ctrl": True, "alt": True}, None),
# Menus.
op_menu("DOPESHEET_MT_specials_channels", params.context_menu_event),
op_menu("DOPESHEET_MT_channel_specials", params.context_menu_event),
])
return keymap