Preview not updating properly when going back in history with LCP vignetting correction, fixes #4073

This commit is contained in:
heckflosse
2017-09-14 17:13:45 +02:00
parent be2b1ed043
commit 952ada554a

View File

@@ -3053,7 +3053,7 @@ bool RAWParamsEdited::isUnchanged() const
bool LensProfParamsEdited::isUnchanged() const bool LensProfParamsEdited::isUnchanged() const
{ {
return lcpFile; return lcpFile && useVign && lfLens;
} }
bool RetinexParamsEdited::isUnchanged() const bool RetinexParamsEdited::isUnchanged() const