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/ui/space_sequencer.py')
-rw-r--r--release/ui/space_sequencer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ui/space_sequencer.py b/release/ui/space_sequencer.py
index fb8cc12c436..c783fd27b98 100644
--- a/release/ui/space_sequencer.py
+++ b/release/ui/space_sequencer.py
@@ -239,7 +239,7 @@ class SEQUENCER_MT_strip(bpy.types.Menu):
layout.item_enumO("SEQUENCER_OT_mute", property="type", value='UNSELECTED', text="Mute Deselected Strips")
-
+ layout.itemO("SEQUENCER_OT_snap")
# Panels
class SequencerButtonsPanel(bpy.types.Panel):