@@ -597,6 +597,8 @@ void BatchQueue::startProcessing ()
|
|||||||
// start batch processing
|
// start batch processing
|
||||||
rtengine::startBatchProcessing (next->job, this);
|
rtengine::startBatchProcessing (next->job, this);
|
||||||
queue_draw ();
|
queue_draw ();
|
||||||
|
|
||||||
|
notifyListener();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -281,9 +281,6 @@ void BatchQueuePanel::startBatchProc ()
|
|||||||
// callback in response to the *reported* state.
|
// callback in response to the *reported* state.
|
||||||
queueShouldRun = true;
|
queueShouldRun = true;
|
||||||
|
|
||||||
// Don't need an update callback from the queue to know it is started:
|
|
||||||
setGuiFromBatchState(true, batchQueue->getEntries().size());
|
|
||||||
|
|
||||||
saveOptions();
|
saveOptions();
|
||||||
batchQueue->startProcessing ();
|
batchQueue->startProcessing ();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user