diff --git a/rtgui/crophandler.cc b/rtgui/crophandler.cc index 327e70009..b6220b796 100644 --- a/rtgui/crophandler.cc +++ b/rtgui/crophandler.cc @@ -225,7 +225,7 @@ void CropHandler::update () { cropPixbuf.clear (); // To save threads, try to mark "needUpdate" without a thread first - if (!crop->tryUpdate()) { + if (crop->tryUpdate()) { if (isLowUpdatePriority) Glib::Thread::create(sigc::mem_fun(*crop, &DetailedCrop::fullUpdate), 0, false, true, Glib::THREAD_PRIORITY_LOW); else