VSE: Add go to current frame operator to view menu

This commit is contained in:
Richard Antalik
2023-05-19 00:44:48 +02:00
parent b34ece48f8
commit 40ccc37fc6

View File

@@ -434,6 +434,7 @@ class SEQUENCER_MT_view(Menu):
if is_sequencer_view:
layout.operator_context = 'INVOKE_REGION_WIN'
layout.operator("sequencer.view_all")
layout.operator("sequencer.view_frame")
layout.operator("view2d.zoom_border", text="Zoom")
layout.prop(st, "use_clamp_view")