colortransformjob: allow overriding ID

This commit is contained in:
itsmattkc
2022-05-07 13:28:46 -07:00
parent 0403ad8fce
commit 09d30c6aee
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ bool Renderer::GetColorContext(const ColorTransformJob &color_job, Renderer::Col
ColorContext& color_ctx = *ctx;
QString proc_id = color_job.GetColorProcessor()->id();
QString proc_id = color_job.id();
if (color_cache_.contains(proc_id)) {
color_ctx = color_cache_.value(proc_id);