implemented track adding as an undo command

This commit is contained in:
itsmattkc
2021-01-18 12:03:48 +11:00
parent d8efab1b77
commit e7b0c18a99
2 changed files with 111 additions and 16 deletions
+1
View File
@@ -91,6 +91,7 @@ void Config::SetDefaults()
SetEntryInternal(QStringLiteral("Loop"), NodeValue::kBoolean, false);
SetEntryInternal(QStringLiteral("SplitClipsCopyNodes"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("UseGradients"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("AutoMergeTracks"), NodeValue::kBoolean, true);
SetEntryInternal(QStringLiteral("AutoCacheDelay"), NodeValue::kInt, 1000);