Correct comment

Thanks to @dingto for noticing.
This commit is contained in:
Aaron Carlisle 2017-03-01 14:12:03 -05:00
parent 49c99549eb
commit 193827e59b

@ -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