From 3cf0da217a5a2337a007160717f89a34790e312b Mon Sep 17 00:00:00 2001 From: Ingo Date: Wed, 9 Jul 2014 14:02:45 +0200 Subject: [PATCH] Crash when using SETM and F3/F4, Issue 2361 --- rtengine/dcrop.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/dcrop.cc b/rtengine/dcrop.cc index 8c28a7742..d62efcfcf 100644 --- a/rtengine/dcrop.cc +++ b/rtengine/dcrop.cc @@ -559,7 +559,6 @@ void Crop::fullUpdate () { //parent->changeSinceLast = 0; parent->thread->join (); } - parent->updaterThreadStart.unlock (); if (parent->plistener) parent->plistener->setProgressState (true); @@ -574,6 +573,7 @@ void Crop::fullUpdate () { if (parent->plistener) parent->plistener->setProgressState (false); + parent->updaterThreadStart.unlock (); } }