Show PLC widgets for auto+manual modes #4999

The Profile Lens Correction comboboxes for choosing the camera + lens
are now visible in both manual and automatic modes as requested.
This commit is contained in:
Morgan Hardwood
2018-11-19 21:38:43 +01:00
parent ff6d02fd71
commit 452dec763c

View File

@@ -681,7 +681,7 @@ void LensProfilePanel::onCorrModeChanged(const Gtk::RadioButton *rbChanged)
lcModeChanged = true; lcModeChanged = true;
updateLensfunWarning(); updateLensfunWarning();
if (rbChanged == corrLensfunManualRB) { if (rbChanged == corrLensfunManualRB || rbChanged == corrLensfunAutoRB) {
setManualParamsVisibility(true); setManualParamsVisibility(true);
} else { } else {
setManualParamsVisibility(false); setManualParamsVisibility(false);