do not disable auto-fill when enabling LCP distortion correction

This was a workaround for an old bug (#1791 and #3765) that is no longer necessary
This commit is contained in:
Alberto Griggio
2017-04-11 15:21:12 +02:00
parent e215ad4c6c
commit b625eafb68
3 changed files with 0 additions and 36 deletions

View File

@@ -144,10 +144,6 @@ void LensProfilePanel::write( rtengine::procparams::ProcParams* pp, ParamsEdited
void LensProfilePanel::onLCPFileChanged()
{
// Disable Auto-Fill when enabling LCP Distortion Correction, #1791
lensgeomLcpFill->disableAutoFillIfActive();
lcpFileChanged = true;
updateDisabled(lcpStore->isValidLCPFileName(fcbLCPFile->get_filename()));
@@ -170,12 +166,6 @@ void LensProfilePanel::onLCPFileReset()
void LensProfilePanel::onUseDistChanged()
{
// Disable Auto-Fill when enabling LCP Distortion Correction, #1791
if (ckbUseDist->get_active()) {
lensgeomLcpFill->disableAutoFillIfActive();
}
useDistChanged = true;
if (listener) {