Consistent display of lensfun profile, fixes #5024

This commit is contained in:
Roel Baars 2018-11-24 13:37:36 +01:00 committed by GitHub
parent 27e6d5e723
commit d1571658f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}