importing projects into other projects implemented
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user