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")) {
|
if (keyFile.has_key("Color appearance", "complex")) {
|
||||||
assignFromKeyfile(keyFile, "Color appearance", "complex", pedited, colorappearance.complexmethod, pedited->colorappearance.complexmethod);
|
assignFromKeyfile(keyFile, "Color appearance", "complex", pedited, colorappearance.complexmethod, pedited->colorappearance.complexmethod);
|
||||||
} else {
|
} else if (colorappearance.enabled) {
|
||||||
colorappearance.complexmethod = "expert";
|
colorappearance.complexmethod = "expert";
|
||||||
if (pedited) {
|
if (pedited) {
|
||||||
pedited->colorappearance.complexmethod = true;
|
pedited->colorappearance.complexmethod = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user