From 46ba94c36fe0b256ff89122ed7feb5898ae8baf4 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Thu, 13 Apr 2017 13:52:48 +0200 Subject: [PATCH] CAAutoStrength key is always saved when saving partial PP3, fixes #3823 --- rtgui/partialpastedlg.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtgui/partialpastedlg.cc b/rtgui/partialpastedlg.cc index 90a168066..0f14d2ca5 100644 --- a/rtgui/partialpastedlg.cc +++ b/rtgui/partialpastedlg.cc @@ -693,6 +693,8 @@ void PartialPasteDlg::applyPaste (rtengine::procparams::ProcParams* dstPP, Param // the general section is always ignored, whichever operation we use the PartialPaste for filterPE.general = falsePE.general; + // raw.caAutoStrength is ignored at the moment. + filterPE.raw.caAutoStrength = false; // Now we filter out the filter depending on the checked items