fixed source tree not updating with new project

This commit is contained in:
itsmattkc
2018-12-13 15:02:04 +11:00
parent b3fb7d37af
commit 1c696df6e8
+1
View File
@@ -732,6 +732,7 @@ void Project::new_project() {
set_sequence(NULL);
panel_footage_viewer->set_media(NULL);
clear();
panel_project->source_table->update();
mainWindow->setWindowModified(false);
}