restored effect field types

This commit is contained in:
itsmattkc
2019-04-09 23:06:26 +10:00
parent a4ff6f3b41
commit a03879a12b
15 changed files with 82 additions and 20 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
#include "ui/embeddedfilechooser.h"
FileField::FileField(EffectRow* parent, const QString &id) :
EffectField(parent, id, olive::nodes::kFile)
EffectField(parent, id, EffectField::EFFECT_FIELD_FILE)
{
// Set default value to an empty string
SetValueAt(0, "");