Fix effect settings panel for adjustment effect

Since r46801 options used for this effect were moved to input panel.
This commit is contained in:
Sergey Sharybin 2012-08-10 16:07:13 +00:00
parent b84c1dd592
commit 35e4cfc6d6

@ -423,7 +423,7 @@ class SEQUENCER_PT_effect(SequencerButtonsPanel, Panel):
return strip.type in {'ADD', 'SUBTRACT', 'ALPHA_OVER', 'ALPHA_UNDER',
'CROSS', 'GAMMA_CROSS', 'MULTIPLY', 'OVER_DROP',
'WIPE', 'GLOW', 'TRANSFORM', 'COLOR', 'SPEED',
'MULTICAM', 'ADJUSTMENT'}
'MULTICAM'}
def draw(self, context):
layout = self.layout