]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-pixbuf-cache.c
Remove a mutex in the main thread that blocks the UI in heavy documents.
[evince.git] / shell / ev-pixbuf-cache.c
index dbabf1cd639625c841f8b529e26ad101e560c814..285cae4e2cb366a7eab5f62e26e485b4b6dd45c9 100644 (file)
@@ -449,6 +449,7 @@ copy_job_to_job_info (EvJobRender   *job_render,
                job_info->selection_region = gdk_region_copy (job_render->selection_region);
                job_info->selection = g_object_ref (job_render->selection);
                g_assert (job_info->selection_points.x1 >= 0);
                job_info->selection_region = gdk_region_copy (job_render->selection_region);
                job_info->selection = g_object_ref (job_render->selection);
                g_assert (job_info->selection_points.x1 >= 0);
+               job_info->points_set = TRUE;
        }
 
        if (job_info->job) {
        }
 
        if (job_info->job) {