Merge branch 'dev' into dual_demosaic_auto_threshold

This commit is contained in:
heckflosse 2018-10-22 17:39:50 +02:00
commit e778773c77

View File

@ -322,7 +322,7 @@ void BatchQueuePanel::addBatchQueueJobs(const std::vector<BatchQueueEntry*>& ent
bool BatchQueuePanel::canStartNext () bool BatchQueuePanel::canStartNext ()
{ {
GThreadLock lock;
if (qStartStop->get_active()) { if (qStartStop->get_active()) {
return true; return true;
} else { } else {