implemented #574

This commit is contained in:
itsmattkc
2019-03-21 00:18:47 +11:00
parent 0b82b36727
commit fbd77791cd
9 changed files with 68 additions and 14 deletions
+1 -1
View File
@@ -774,7 +774,7 @@ void LoadThread::success_func() {
panel_project->add_recent_project(filename_);
}
olive::MainWindow->setWindowModified(autorecovery_ || !clear_);
olive::Global->set_modified(autorecovery_ || !clear_);
if (open_seq != nullptr) {
olive::Global->set_sequence(open_seq);
}