Small refinement for last commit, #5977

This commit is contained in:
Ingo Weyrich 2020-11-10 16:33:11 +01:00
parent 02b94a00ca
commit ccf1cc0a2e

View File

@ -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;