Added patch for issue #38 (batch processing does not use Format Params correctly); patch by Patrice Lacourure
This commit is contained in:
parent
d475a2875d
commit
607ef7be1e
@ -184,6 +184,7 @@ void BatchQueuePanel::startBatchProc () {
|
|||||||
if (batchQueue->hasJobs()) {
|
if (batchQueue->hasJobs()) {
|
||||||
fdir->set_sensitive (false);
|
fdir->set_sensitive (false);
|
||||||
fformat->set_sensitive (false);
|
fformat->set_sensitive (false);
|
||||||
|
saveOptions();
|
||||||
batchQueue->startProcessing ();
|
batchQueue->startProcessing ();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user