From fef2f73aa7d8d413551ca0a777164835afbe3445 Mon Sep 17 00:00:00 2001 From: heckflosse Date: Thu, 25 Oct 2018 17:04:26 +0200 Subject: [PATCH] Removed lock because queue processing deadlocks now, #4882 --- rtgui/batchqueuepanel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/batchqueuepanel.cc b/rtgui/batchqueuepanel.cc index bc03c2386..83a0f37ae 100644 --- a/rtgui/batchqueuepanel.cc +++ b/rtgui/batchqueuepanel.cc @@ -322,7 +322,7 @@ void BatchQueuePanel::addBatchQueueJobs(const std::vector& ent bool BatchQueuePanel::canStartNext () { - GThreadLock lock; +// GThreadLock lock; if (qStartStop->get_active()) { return true; } else {