Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_sequencer.py')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index 07d9b0ee1f8..13a8e46e2b8 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -392,6 +392,11 @@ class SEQUENCER_MT_view(Menu):
layout.menu("SEQUENCER_MT_proxy")
layout.operator_context = 'INVOKE_DEFAULT'
+
+ layout.separator()
+ layout.operator_context = 'INVOKE_REGION_WIN'
+ layout.operator("sequencer.refresh_all", icon='FILE_REFRESH', text="Refresh All")
+ layout.operator_context = 'INVOKE_DEFAULT'
if is_sequencer_view:
layout.separator()
@@ -401,12 +406,6 @@ class SEQUENCER_MT_view(Menu):
layout.menu("SEQUENCER_MT_range")
layout.separator()
- layout.operator_context = 'INVOKE_REGION_WIN'
- layout.operator("sequencer.refresh_all", icon='FILE_REFRESH', text="Refresh All")
-
- layout.separator()
- layout.operator_context = 'INVOKE_DEFAULT'
-
layout.prop(st, "show_locked_time")
layout.separator()