This commit is contained in:
itsmattkc
2019-03-21 10:41:10 +11:00
parent 739abdd401
commit 359f937b73
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ StringField::StringField(EffectRow* parent, const QString& id, bool rich_text) :
EffectField(parent, id, EFFECT_FIELD_STRING),
rich_text_(rich_text)
{
// Set default value to an empty string
SetValueAt(0, "");
}
QString StringField::GetStringAt(double timecode)