added history messages for lens correction modes

This commit is contained in:
Alberto Griggio
2017-09-11 17:37:11 +02:00
parent 4dc0e20ae0
commit 736d0e8612
2 changed files with 8 additions and 5 deletions

View File

@@ -449,7 +449,7 @@ void LensProfilePanel::onCorrModeChanged()
ckbUseVign->set_sensitive(false);
ckbUseCA->set_sensitive(false);
mode = M("LENSPROFILE_CORRECTION_OFF");
mode = M("GENERAL_NONE");
} else if (corrLensfunAuto->get_active()) {
useLensfunChanged = true;
lensfunAutoChanged = true;