Consistent display of lensfun profile, fixes #5024
This commit is contained in:
parent
27e6d5e723
commit
d1571658f8
@ -194,6 +194,7 @@ void LensProfilePanel::read(const rtengine::procparams::ProcParams* pp, const Pa
|
||||
switch (pp->lensProf.lcMode) {
|
||||
case procparams::LensProfParams::LcMode::LCP: {
|
||||
corrLcpFileRB->set_active(true);
|
||||
setManualParamsVisibility(false);
|
||||
break;
|
||||
}
|
||||
|
||||
@ -209,6 +210,7 @@ void LensProfilePanel::read(const rtengine::procparams::ProcParams* pp, const Pa
|
||||
|
||||
case procparams::LensProfParams::LcMode::NONE: {
|
||||
corrOffRB->set_active(true);
|
||||
setManualParamsVisibility(false);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user