make sure that the idle callback set by CropHandler::setDetailedCrop gets called before redraws

Fixes #4224
This commit is contained in:
Alberto Griggio
2018-01-22 23:00:37 +01:00
parent 8e48df1115
commit 16c8f18976

View File

@@ -411,7 +411,7 @@ void CropHandler::setDetailedCrop (IImage8* im, IImage8* imtrue, rtengine::procp
return FALSE; return FALSE;
}; };
idle_register.add(func, idle_helper); idle_register.add(func, idle_helper, G_PRIORITY_HIGH_IDLE);
} }
cimg.unlock (); cimg.unlock ();