project: fixed bug where ocio config wouldn't automatically load from a saved project

This commit is contained in:
itsmattkc
2020-04-18 17:55:23 +10:00
parent d3b71e6576
commit 707e9d5522
3 changed files with 13 additions and 7 deletions
+2
View File
@@ -135,6 +135,8 @@ const QString &Project::ocio_config() const
void Project::set_ocio_config(const QString &ocio_config)
{
color_manager_.SetConfig(ocio_config);
ocio_config_ = ocio_config;
}