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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-05-08 15:54:49 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-05-08 15:54:49 +0300
commit5e82981f476c46bb841c185b4750ecc45e987d74 (patch)
tree1e8f2a665e98320fd1a91c1ea80c3e64dd50426f /release
parent1cfc48192c8555642f9fa6c03d96f558b46a0430 (diff)
Sequencer: Fix broken interface script since 415ff74
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py
index ac26c3f4713..55689a13da4 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -1007,7 +1007,7 @@ class SEQUENCER_PT_filter(SequencerButtonsPanel, Panel):
col.prop(strip, "use_reverse_frames", text="Reverse")
col.prop(strip, "use_deinterlace")
- col = row.column()
+ col = split.column()
col.prop(strip, "use_flip_x", text="X Flip")
col.prop(strip, "use_flip_y", text="Y Flip")