From 78ab54780126dd619db44f34ef13eec51812f334 Mon Sep 17 00:00:00 2001 From: Desmis Date: Sun, 5 Jul 2020 09:44:34 +0200 Subject: [PATCH] change scope exposure --- rtdata/languages/default | 2 +- rtengine/iplocallab.cc | 4 ++-- rtgui/locallabtools.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rtdata/languages/default b/rtdata/languages/default index 2457b83ee..56c5edd2b 100644 --- a/rtdata/languages/default +++ b/rtdata/languages/default @@ -2407,7 +2407,7 @@ TP_LOCALLAB_COLORDE;Color preview selection ΔE - Intensity TP_LOCALLAB_COLORDEPREV_TOOLTIP;Button Preview ΔE needs that only one tool is enabled (expander).\nTo be able to have an Preview ΔE with several enable tools use Mask and modifications - Preview ΔE TP_LOCALLAB_COLORDE_TOOLTIP;Show preview selection ΔE in blue if negative and in green if positive.\n\nMask and modifications (show modifications without mask): show real modifications if positive, show enhanced modifications (only luminance) with blue and yellow if negative. TP_LOCALLAB_COLORSCOPE;Scope Color Tools -TP_LOCALLAB_COLORSCOPE_TOOLTIP;Use a common Scope for Color and light, Exposure (Standard), Shadows highlight, Vibrance.\nOthers tools have their specific scope. +TP_LOCALLAB_COLORSCOPE_TOOLTIP;Use a common Scope for Color and light, Shadows highlight, Vibrance.\nOthers tools have their specific scope. TP_LOCALLAB_COLOR_TOOLNAME;Color&Light (Defects) - 11 TP_LOCALLAB_COL_NAME;Name TP_LOCALLAB_COL_VIS;Status diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc index ca65f3779..d443a9464 100644 --- a/rtengine/iplocallab.cc +++ b/rtengine/iplocallab.cc @@ -1376,12 +1376,12 @@ static void calcLocalParams(int sp, int oW, int oH, const LocallabParams& locall lp.residhithr = locallab.spots.at(sp).residhithr; lp.blwh = locallab.spots.at(sp).blwh; lp.senscolor = (int) locallab.spots.at(sp).colorscope; - //replace scope color exposure vibrance shadows + //replace scope color vibrance shadows lp.sens = lp.senscolor; lp.sensv = lp.senscolor; lp.senshs = lp.senscolor; if(lp.expmet == 0){ - lp.sensex = lp.senscolor; +// lp.sensex = lp.senscolor; } } diff --git a/rtgui/locallabtools.cc b/rtgui/locallabtools.cc index 8deff0170..49b6feb56 100644 --- a/rtgui/locallabtools.cc +++ b/rtgui/locallabtools.cc @@ -3185,7 +3185,7 @@ void LocallabExposure::updateExposureGUI2() pdeFrame->hide(); fatFrame->hide(); softradiusexp->set_sensitive(true); - sensiex->set_sensitive(false); + sensiex->set_sensitive(true); } else if (expMethod->get_active_row_number() == 1) { pdeFrame->show(); fatFrame->show();