Ciecam - Change management viewing temperature and tint #7055 (#7058)

* Change management viewing temperature and tint

* Enable autotemp wbcamchanged and hide history message

* Change wbcamchnaged as proposed by kaesa
This commit is contained in:
Desmis
2024-05-01 07:49:14 +02:00
committed by GitHub
parent 95f85d50f5
commit a53ddf4282
4 changed files with 26 additions and 8 deletions

View File

@@ -2308,8 +2308,8 @@ void ImProcCoordinator::updatePreviewImage(int todo, bool panningRelatedChange)
tempsym = params->colorappearance.tempout;
greensym = params->colorappearance.greenout;
}
if (params->colorappearance.enabled) {
acListener->wbCamChanged(tempsym, greensym); //real temp and tint.
if (params->colorappearance.enabled && acListener) {
acListener->wbCamChanged(tempsym, greensym, params->colorappearance.autotempout); //real temp and tint.
}
} else {