Solving issue 1751: "When switching processing profiles, missing values should be taken from Neutral" ; also updates the French language file
This commit is contained in:
@@ -1740,7 +1740,7 @@ void PartialProfile::clearGeneral () {
|
||||
}
|
||||
}
|
||||
|
||||
void PartialProfile::applyTo(ProcParams *destParams) const {
|
||||
const void PartialProfile::applyTo(ProcParams *destParams) const {
|
||||
if (destParams && pparams && pedited) {
|
||||
pedited->combine(*destParams, *pparams, true);
|
||||
}
|
||||
|
@@ -853,7 +853,7 @@ class PartialProfile {
|
||||
void clearGeneral ();
|
||||
int load (Glib::ustring fName);
|
||||
void set (bool v);
|
||||
void applyTo (ProcParams *destParams) const ;
|
||||
const void applyTo (ProcParams *destParams) const ;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user