aboutsummaryrefslogtreecommitdiff
path: root/generic/Group.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Group.c')
-rw-r--r--generic/Group.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/generic/Group.c b/generic/Group.c
index 3a1c0bf..527b49c 100644
--- a/generic/Group.c
+++ b/generic/Group.c
@@ -619,7 +619,13 @@ ComputeCoordinates(Item item,
printf("\n");*/
force |= ISSET(item->inv_flags, ZN_TRANSFO_FLAG);
-
+
+ /*
+ * If the clip item changed or there is no clip anymore
+ * force an update.
+ */
+ force |= ISSET(item->inv_flags, ZN_ITEM_FLAG);
+
/*
* Clip shape is computed in the group's local
* coordinates.