"View Frame" now works in the sequencer too

This commit is contained in:
Joshua Leung
2016-04-17 12:26:44 +12:00
parent 1dfbcd88d5
commit facc127e72
5 changed files with 29 additions and 1 deletions

View File

@@ -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'