restored effect field types
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <QCheckBox>
|
||||
|
||||
BoolField::BoolField(EffectRow *parent, const QString &id) :
|
||||
EffectField(parent, id, olive::nodes::kBoolean)
|
||||
EffectField(parent, id, EffectField::EFFECT_FIELD_BOOL)
|
||||
{}
|
||||
|
||||
bool BoolField::GetBoolAt(double timecode)
|
||||
|
||||
Reference in New Issue
Block a user