Issue 1346: flatfield shortcut to current dir; relative paths in .pp3 if referring to files in same dir or subdir

This commit is contained in:
torger
2013-10-26 17:32:56 +02:00
parent cde9f08ab2
commit 2ddc43ad76
8 changed files with 88 additions and 11 deletions

View File

@@ -751,8 +751,9 @@ void Thumbnail::updateCache (bool updatePParams, bool updateCacheImageData) {
if (updatePParams && pparamsValid) {
pparams.save (
options.saveParamsFile ? fname + paramFileExtension : "",
options.saveParamsCache ? getCacheFileName ("profiles")+paramFileExtension : "",
options.saveParamsFile ? fname + paramFileExtension : ""
true
);
}
if (updateCacheImageData)