*** Xew/Frame.c.orig Mon Dec 18 12:50:09 1995 --- Xew/Frame.c Thu May 9 14:47:06 1996 *************** *** 451,456 **** --- 451,458 ---- XeFrameConstraints fc = (XeFrameConstraints) info->list[i].child->core.constraints; + if (!XtIsManaged(info->list[i].child)) + continue; /* Unmanaged don't take part in layout */ if (fc->frame.dimension[path].value == XeFrameDimension_MAX) { int twiddle = (extra > 0);