Fixed bug (typo) in LCP-based CA correction (now reenabled)

This commit is contained in:
Alberto Griggio
2017-11-16 21:22:17 +01:00
parent 652044e863
commit 339c794359
2 changed files with 3 additions and 4 deletions

View File

@@ -380,8 +380,7 @@ void LensProfilePanel::updateDisabled(bool enable)
{
ckbUseDist->set_sensitive(enable);
ckbUseVign->set_sensitive(enable && isRaw);
// agriggio TODO -- CA correction via LCP is currently broken
ckbUseCA->set_sensitive(false);//enable && allowFocusDep);
ckbUseCA->set_sensitive(enable && allowFocusDep);
}
void LensProfilePanel::setBatchMode(bool yes)