The "Blend" HL recovery method was not remembered when modified in the Batch Tool Panel editor
This commit is contained in:
parent
2727956b19
commit
0dec768a2b
@ -77,7 +77,7 @@ void HLRecovery::read (const ProcParams* pp, const ParamsEdited* pedited) {
|
||||
void HLRecovery::write (ProcParams* pp, ParamsEdited* pedited) {
|
||||
|
||||
if (pedited) {
|
||||
pedited->hlrecovery.method = method->get_active_row_number()!=3;
|
||||
pedited->hlrecovery.method = method->get_active_row_number()!=4;
|
||||
pedited->hlrecovery.enabled = !enabled->get_inconsistent();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user