aboutsummaryrefslogtreecommitdiff
path: root/generic/Group.c
diff options
context:
space:
mode:
authorlecoanet2001-01-12 16:34:40 +0000
committerlecoanet2001-01-12 16:34:40 +0000
commit51d63765d41d9687b9551d0a593835bcb6c6d255 (patch)
tree15527628299de7d2163511f5e1224668ec7e34a9 /generic/Group.c
parent1ec552511a775826d7a2c49613104f9f50e57998 (diff)
downloadtkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.zip
tkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.tar.gz
tkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.tar.bz2
tkzinc-51d63765d41d9687b9551d0a593835bcb6c6d255.tar.xz
*** empty log message ***
Diffstat (limited to 'generic/Group.c')
-rw-r--r--generic/Group.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/generic/Group.c b/generic/Group.c
index 85e6fd4..9757535 100644
--- a/generic/Group.c
+++ b/generic/Group.c
@@ -536,8 +536,12 @@ CallRegularCC(Item item)
* the following predicate is thus valid for testing
* a clipbox.
*/
- /* Tue Nov 14 15:21:05 2000 Suppressed to have a constant
- bbox to align tiles. Have to watch any possible breakage.
+ /* Tue Nov 14 15:21:05 2000 Suppressed to have a real
+ bbox to align tiles (i.e if an object is larger than
+ its enclosing clipping, the bbox is equal to the clip
+ area and the tiling will not move with the object until
+ it partially uncovered the clip area.
+ Have to watch any possible breakage.
if (ITEM_P.CurrentClip(wi, NULL, &clip_box, NULL)) {
ZnBBox inter;