make sure that the idle callback set by CropHandler::setDetailedCrop gets called before redraws
Fixes #4224
This commit is contained in:
@@ -411,7 +411,7 @@ void CropHandler::setDetailedCrop (IImage8* im, IImage8* imtrue, rtengine::procp
|
||||
return FALSE;
|
||||
};
|
||||
|
||||
idle_register.add(func, idle_helper);
|
||||
idle_register.add(func, idle_helper, G_PRIORITY_HIGH_IDLE);
|
||||
}
|
||||
|
||||
cimg.unlock ();
|
||||
|
Reference in New Issue
Block a user