Small refinement for last commit, #5977
This commit is contained in:
parent
02b94a00ca
commit
ccf1cc0a2e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user