fixed clutter_goup_query_coords() to shrink if appropriate

This commit is contained in:
Tomas Frydrych 2007-07-05 13:52:19 +00:00
parent b66593374d
commit 038f79f4bc

View File

@ -145,7 +145,9 @@ clutter_group_query_coords (ClutterActor *self,
child_item = priv->children;
/* FIXME: Cache these values */
box->x2 = box->x1;
box->y2 = box->y1;
if (child_item)
{
do