Added patch for issue #38 (batch processing does not use Format Params correctly); patch by Patrice Lacourure

This commit is contained in:
Wyatt Olson 2010-04-23 21:27:52 -06:00
parent d475a2875d
commit 607ef7be1e

View File

@ -184,6 +184,7 @@ void BatchQueuePanel::startBatchProc () {
if (batchQueue->hasJobs()) {
fdir->set_sensitive (false);
fformat->set_sensitive (false);
saveOptions();
batchQueue->startProcessing ();
}
else