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:
@@ -681,7 +681,7 @@ void LensProfilePanel::onCorrModeChanged(const Gtk::RadioButton *rbChanged)
|
||||
lcModeChanged = true;
|
||||
updateLensfunWarning();
|
||||
|
||||
if (rbChanged == corrLensfunManualRB) {
|
||||
if (rbChanged == corrLensfunManualRB || rbChanged == corrLensfunAutoRB) {
|
||||
setManualParamsVisibility(true);
|
||||
} else {
|
||||
setManualParamsVisibility(false);
|
||||
|
Reference in New Issue
Block a user