Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-06-09 09:10:28 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-06-09 09:10:28 (GMT)
commit486a426397b1dc6a3b5306caaac431062902c761 (patch)
treeca1dd853b529cf6a5058c2e60c3cceafc9f484db
parentbd9b5427d0f4e3c98976b0ae209b18922445b879 (diff)
Set points_set to TRUE so that selections don't disappear after a zoom
2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org> * 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
-rw-r--r--ChangeLog7
-rw-r--r--shell/ev-pixbuf-cache.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6eb20c..8cfa38f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * 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.
+
2007-06-07 Michael Monreal <infernux@web.de>
* data/icons/16x16/actions/Makefile.am:
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) {