Sequencer: add missing Show Seconds in View Menu

D6106 by @tintwotin
This commit is contained in:
Campbell Barton 2019-10-30 05:18:04 +11:00
parent f20cd49c30
commit 1907081f0e
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ class SEQUENCER_MT_view(Menu):
layout.separator()
layout.operator_context = 'INVOKE_DEFAULT'
layout.prop(st, "show_seconds")
layout.prop(st, "show_strip_offset")
layout.prop(st, "show_marker_lines")