Change last commit

This commit is contained in:
Desmis 2020-11-10 17:13:54 +01:00
parent d1813dc9fa
commit e6f71ef477

View File

@ -8150,7 +8150,7 @@ int ProcParams::load(const Glib::ustring& fname, ParamsEdited* pedited)
assignFromKeyfile(keyFile, "Wavelet", "BackMethod", pedited, wavelet.Backmethod, pedited->wavelet.Backmethod);
assignFromKeyfile(keyFile, "Wavelet", "TilesMethod", pedited, wavelet.Tilesmethod, pedited->wavelet.Tilesmethod);
if (keyFile.has_key("Wavelet", "complex")) {
if (keyFile.has_key("Wavelet", "complexMethod")) {
assignFromKeyfile(keyFile, "Wavelet", "complexMethod", pedited, wavelet.complexmethod, pedited->wavelet.complexmethod);
} else if (wavelet.enabled) {
wavelet.complexmethod = "expert";