better load/save algorithm

This commit is contained in:
itsmattkc
2018-07-19 20:11:39 +01:00
parent c375cd3ee7
commit 7e9e4ece87
4 changed files with 75 additions and 8 deletions
+1
View File
@@ -365,6 +365,7 @@ void MainWindow::on_actionProject_triggered()
project_changed = false;
panel_project->new_project();
undo_stack.clear();
panel_timeline->redraw_all_clips(false);
}
}