various improvements

This commit is contained in:
itsmattkc
2018-10-05 00:17:09 +10:00
parent ceb744e589
commit 5f16c1c84f
17 changed files with 172 additions and 123 deletions
-1
View File
@@ -737,7 +737,6 @@ void EffectField::uiElementChange() {
parent_row->set_keyframe_now(enableKeyframes);
} else if (enableKeyframes) {
// set undo
qDebug() << "h";
undo_stack.push(new EffectFieldUndo(this));
}
emit changed();