importing projects into other projects implemented

This commit is contained in:
itsmattkc
2019-03-03 21:42:38 -08:00
parent 4e04d7b330
commit a16d8a4fe1
7 changed files with 260 additions and 172 deletions
+1 -1
View File
@@ -293,7 +293,7 @@ void OliveGlobal::set_sequence(SequencePtr s)
void OliveGlobal::open_project_worker(const QString& fn, bool autorecovery) {
update_project_filename(fn);
panel_project->load_project(autorecovery);
panel_project->load_project(fn, autorecovery, true);
olive::UndoStack.clear();
}