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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2017-03-01 22:12:03 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2017-03-01 22:12:03 +0300
commit193827e59bd45f9e5818551cf605e9645c78e14c (patch)
tree9c8b151d01f415d86fc0a35558bdd3c1e70de0d8
parent49c99549eb19502b2a101ef4d42e0ecbc65800b8 (diff)
Correct comment
Thanks to @dingto for noticing.
-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 f6a79125a49..67ffaa7fccf 100644
--- a/release/scripts/startup/bl_ui/space_sequencer.py
+++ b/release/scripts/startup/bl_ui/space_sequencer.py
@@ -668,7 +668,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
if (i % BT_ROW) == 1:
row = col.row(align=True)
- # Workaround - .active has to have a separate UI block to work
+ # Workaround - .enabled has to have a separate UI block to work
if i == strip.multicam_source:
sub = row.row(align=True)
sub.enabled = False