Crash when stopping output queue, fixes #4882
This commit is contained in:
@@ -322,7 +322,7 @@ void BatchQueuePanel::addBatchQueueJobs(const std::vector<BatchQueueEntry*>& ent
|
||||
|
||||
bool BatchQueuePanel::canStartNext ()
|
||||
{
|
||||
|
||||
GThreadLock lock;
|
||||
if (qStartStop->get_active()) {
|
||||
return true;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user