From 486a426397b1dc6a3b5306caaac431062902c761 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 09 Jun 2007 09:10:28 +0000 Subject: Set points_set to TRUE so that selections don't disappear after a zoom 2007-06-09 Carlos Garcia Campos * shell/ev-pixbuf-cache.c (copy_job_to_job_info): Set points_set to TRUE so that selections don't disappear after a zoom change. svn path=/trunk/; revision=2489 --- (limited to 'shell') diff --git a/shell/ev-pixbuf-cache.c b/shell/ev-pixbuf-cache.c index ed782a3..777e014 100644 --- a/shell/ev-pixbuf-cache.c +++ b/shell/ev-pixbuf-cache.c @@ -453,6 +453,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->points_set = TRUE; } if (job_info->job) { -- cgit v0.9.1