* Change management viewing temperature and tint * Enable autotemp wbcamchanged and hide history message * Change wbcamchnaged as proposed by kaesa
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user