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:
@@ -23,6 +23,7 @@
|
||||
Project::Project()
|
||||
{
|
||||
name_ = tr("(untitled)");
|
||||
root_.set_project(this);
|
||||
}
|
||||
|
||||
Folder *Project::root()
|
||||
|
||||
Reference in New Issue
Block a user