completed color management implementation

This commit adds the background functionality of the render cache invalidating
whenever a footage's color space is changed. This includes when the project's
configuration is changed as well.
This commit is contained in:
itsmattkc
2019-12-16 16:46:15 +11:00
parent baab21a3ab
commit 377e2316be
10 changed files with 85 additions and 19 deletions
+1
View File
@@ -23,6 +23,7 @@
Project::Project()
{
name_ = tr("(untitled)");
root_.set_project(this);
}
Folder *Project::root()