Fix key-shortcut path for sequencer overlay

This commit is contained in:
Campbell Barton 2021-10-18 15:47:31 +11:00
parent f5edc69150
commit be22e36692
1 changed files with 1 additions and 1 deletions

View File

@ -2873,7 +2873,7 @@ def km_sequencerpreview(params):
{"properties": [("data_path", 'space_data.show_gizmo')]}),
op_menu_pie("SEQUENCER_MT_pivot_pie", {"type": 'PERIOD', "value": 'PRESS'}),
("wm.context_toggle", {"type": 'Z', "value": 'PRESS', "alt": True, "shift": True},
{"properties": [("data_path", "space_data.overlay.show_overlays")]}),
{"properties": [("data_path", "space_data.show_overlays")]}),
])
# 2D cursor.