Fixed file overwite from queued items

This commit is contained in:
Oleg Koncevoy
2019-03-21 19:32:31 +02:00
parent d059caa7de
commit d2e6a3a44a
5 changed files with 10 additions and 7 deletions

View File

@@ -1216,7 +1216,7 @@ void FileCatalog::developRequested(const std::vector<FileBrowserEntry*>& tbe, bo
// processThumbImage is the processing intensive part, but adding to queue must be ordered
//#pragma omp ordered
//{
BatchQueueEntry* bqh = new BatchQueueEntry (pjob, params, fbe->filename, pw, ph, th);
BatchQueueEntry* bqh = new BatchQueueEntry (pjob, params, fbe->filename, pw, ph, th, options.overwriteOutputFile);
entries.push_back(bqh);
//}
}