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;
|
lcModeChanged = true;
|
||||||
updateLensfunWarning();
|
updateLensfunWarning();
|
||||||
|
|
||||||
if (rbChanged == corrLensfunManualRB) {
|
if (rbChanged == corrLensfunManualRB || rbChanged == corrLensfunAutoRB) {
|
||||||
setManualParamsVisibility(true);
|
setManualParamsVisibility(true);
|
||||||
} else {
|
} else {
|
||||||
setManualParamsVisibility(false);
|
setManualParamsVisibility(false);
|
||||||
|
Reference in New Issue
Block a user