added controls for transitions

This commit is contained in:
itsmattkc
2018-11-25 00:10:45 +11:00
parent 66f5b37c3b
commit 1113c74c00
8 changed files with 163 additions and 209 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ void Effect::copy_field_keyframes(Effect* e) {
EffectRow* Effect::add_row(const QString& name) {
EffectRow* row = new EffectRow(this, ui_layout, name, rows.size());
rows.append(row);
rows.append(row);
return row;
}