From ccf1cc0a2e74e9aea4ddcb045c512ba3bdcf28a9 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Tue, 10 Nov 2020 16:33:11 +0100 Subject: [PATCH] Small refinement for last commit, #5977 --- rtengine/procparams.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/procparams.cc b/rtengine/procparams.cc index e468e31ac..9c118a888 100644 --- a/rtengine/procparams.cc +++ b/rtengine/procparams.cc @@ -6992,7 +6992,7 @@ int ProcParams::load(const Glib::ustring& fname, ParamsEdited* pedited) if (keyFile.has_key("Color appearance", "complex")) { assignFromKeyfile(keyFile, "Color appearance", "complex", pedited, colorappearance.complexmethod, pedited->colorappearance.complexmethod); - } else { + } else if (colorappearance.enabled) { colorappearance.complexmethod = "expert"; if (pedited) { pedited->colorappearance.complexmethod = true;