Solving issue 2735: "Apply/paste partial profile broken in build 4.2.147 - applies full parameters"
This commit is contained in:
@@ -630,7 +630,7 @@ void PartialPasteDlg::metaicmToggled () {
|
||||
void PartialPasteDlg::applyPaste (rtengine::procparams::ProcParams* dstPP, ParamsEdited* dstPE, const rtengine::procparams::ProcParams* srcPP, const ParamsEdited* srcPE) {
|
||||
|
||||
ParamsEdited falsePE; // falsePE is a workaround to set a group of ParamsEdited to false
|
||||
ParamsEdited filterPE; // Contains the initial information about the loaded values ; filterPE is set to TRUE (default) so everything has to be copied
|
||||
ParamsEdited filterPE(true); // Contains the initial information about the loaded values
|
||||
if (srcPE) {
|
||||
filterPE = *srcPE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user