"View Frame" now works in the sequencer too
This commit is contained in:
@@ -180,6 +180,7 @@ class SEQUENCER_MT_view(Menu):
|
||||
layout.operator_context = 'INVOKE_REGION_WIN'
|
||||
layout.operator("sequencer.view_all", text="View all Sequences")
|
||||
layout.operator("sequencer.view_selected")
|
||||
layout.operator("sequencer.view_frame")
|
||||
layout.operator_context = 'INVOKE_DEFAULT'
|
||||
if is_preview:
|
||||
layout.operator_context = 'INVOKE_REGION_PREVIEW'
|
||||
|
Reference in New Issue
Block a user