[goffice] Fix bounds update of GocItem. [#598091]



commit 62521ae402a9727d9bd01536d68f82470d9284f2
Author: Jean Brefort <jean brefort normalesup org>
Date:   Sun Oct 11 19:54:52 2009 +0200

    Fix bounds update of GocItem. [#598091]

 ChangeLog                  |    5 +++++
 NEWS                       |    3 +++
 goffice/canvas/goc-group.c |    1 +
 3 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 859c2fa..5d5eba5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-11  Jean Brefort  <jean brefort normalesup org>
+
+	* goffice/canvas/goc-group.c (goc_group_set_property): call
+	goc_item_bounds_changed after moving to a new position. [#598091]
+
 2009-00-11  Morten Welinder <terra gnome org>
 
 	* configure.in: Post-release bump.
diff --git a/NEWS b/NEWS
index 20a3beb..c9b1482 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,8 @@
 goffice 0.7.15:
 
+Jean:
+	* Fix bounds update of GocItem. [#598091]
+
 --------------------------------------------------------------------------
 goffice 0.7.14:
 
diff --git a/goffice/canvas/goc-group.c b/goffice/canvas/goc-group.c
index b59c062..f2349bd 100644
--- a/goffice/canvas/goc-group.c
+++ b/goffice/canvas/goc-group.c
@@ -61,6 +61,7 @@ goc_group_set_property (GObject *gobject, guint param_id,
 	default: G_OBJECT_WARN_INVALID_PROPERTY_ID (gobject, param_id, pspec);
 		return; /* NOTE : RETURN */
 	}
+	goc_item_bounds_changed (GOC_ITEM (gobject));
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]