Working Profile > Gamma and Slope are ingnored if Profiled Lens Correction is active and any slider in the Exposure Tool is changed, fixes #4745
This commit is contained in:
@@ -807,7 +807,7 @@ void Crop::update(int todo)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (todo & M_AUTOEXP) {
|
if (todo & (M_AUTOEXP | M_RGBCURVE)) {
|
||||||
if (params.icm.workingTRC == "Custom") { //exec TRC IN free
|
if (params.icm.workingTRC == "Custom") { //exec TRC IN free
|
||||||
Glib::ustring profile;
|
Glib::ustring profile;
|
||||||
profile = params.icm.workingProfile;
|
profile = params.icm.workingProfile;
|
||||||
|
@@ -497,7 +497,7 @@ void ImProcCoordinator::updatePreviewImage(int todo, Crop* cropCall)
|
|||||||
|
|
||||||
progress("Exposure curve & CIELAB conversion...", 100 * readyphase / numofphases);
|
progress("Exposure curve & CIELAB conversion...", 100 * readyphase / numofphases);
|
||||||
|
|
||||||
if (todo & M_AUTOEXP) {
|
if (todo & (M_AUTOEXP | M_RGBCURVE)) {
|
||||||
if (params.icm.workingTRC == "Custom") { //exec TRC IN free
|
if (params.icm.workingTRC == "Custom") { //exec TRC IN free
|
||||||
Glib::ustring profile;
|
Glib::ustring profile;
|
||||||
profile = params.icm.workingProfile;
|
profile = params.icm.workingProfile;
|
||||||
|
Reference in New Issue
Block a user