From 3add20dff641b4040e067857e3999b7b16ce16ad Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 15 Feb 2002 08:31:08 +0000 Subject: Correction d'un bug de clipping. L'image n'�tait pas mise � jour lors de la suppression du clipping. --- generic/Group.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. -- cgit v1.1