use autold instead of auto, #5676

This commit is contained in:
Ingo Weyrich
2020-02-28 11:44:25 +01:00
parent ae0586719a
commit a9e2bde610
3 changed files with 3 additions and 3 deletions

View File

@@ -1584,7 +1584,7 @@ void ImProcCoordinator::saveInputICCReference(const Glib::ustring& fname, bool a
if (params->wb.method == "Camera") {
currWB = imgsrc->getWB();
} else if (params->wb.method == "Auto") {
} else if (params->wb.method == "autold") {
if (lastAwbEqual != params->wb.equal || lastAwbTempBias != params->wb.tempBias) {
double rm, gm, bm;
imgsrc->getAutoWBMultipliers(rm, gm, bm);