VSE: Reorder Tools in Sequencer/Preview

When in Sequencer/Preview mode, the Sampler was on top, which normally
is the place of Select, and Annotation seems to be after Sampler in the
bottom in the various editors.

Reviewed By: ISS

Differential Revision: https://developer.blender.org/D9821
This commit is contained in:
Peter Fog 2020-12-15 22:13:26 +01:00 committed by Richard Antalik
parent dd9d12bf45
commit f44dea0558
1 changed files with 2 additions and 2 deletions

View File

@ -2903,10 +2903,10 @@ class SEQUENCER_PT_tools_active(ToolSelectPanelHelper, Panel):
_defs_sequencer_generic.blade,
],
'SEQUENCER_PREVIEW': [
_defs_sequencer_generic.sample,
*_tools_select,
*_tools_annotate,
_defs_sequencer_generic.blade,
_defs_sequencer_generic.sample,
*_tools_annotate,
],
}