further improvements

This commit is contained in:
itsmattkc
2019-02-14 12:37:30 -08:00
parent e9fe837236
commit abe76c7941
35 changed files with 737 additions and 878 deletions
+2 -2
View File
@@ -76,7 +76,7 @@ void NewSequenceDialog::create() {
ComboAction* ca = new ComboAction();
panel_project->new_sequence(ca, s, true, nullptr);
undo_stack.push(ca);
Olive::UndoStack.push(ca);
} else {
ComboAction* ca = new ComboAction();
@@ -98,7 +98,7 @@ void NewSequenceDialog::create() {
}
}
undo_stack.push(ca);
Olive::UndoStack.push(ca);
}
accept();