Fix #122895: Frame change does not work in VSE mixed view

Add timeline version of tweak tool to timeline+preview mixed view.

This was removed in 8c53a18c48. Previously tools combined keymaps for
both preview and timeline, but in combined view preview operators were
disabled.

Pull Request: https://projects.blender.org/blender/blender/pulls/122992
This commit is contained in:
Richard Antalik
2024-06-10 13:20:03 +02:00
committed by Richard Antalik
parent a7f2bf4e7c
commit 6dfed3a021

View File

@@ -3765,6 +3765,10 @@ class SEQUENCER_PT_tools_active(ToolSelectPanelHelper, Panel):
_defs_sequencer_generic.blade,
],
'SEQUENCER_PREVIEW': [
(
_defs_sequencer_select.select_timeline,
_defs_sequencer_select.box_timeline,
),
*_tools_annotate,
None,
_defs_sequencer_generic.blade,