I just realized something that I consider to be a bug. When a text slice is set to wrap, the user-specified width is used to determine where it wraps, but the user-specified height does not change. The height should be automatically readjusting to fit the current height of whatever wrapped text is in the slice. (similar to how the width autoadjusts on a non-wrapping slice)
This could break the layout if slices in any games which vertically align child slices to the center or bottom of a wrapping text slice parent. ...of course, the only reason I can imagine that anyone would anchor children of a text slice to the center or bottom is if you wanted them to move when the lines of text grow-- which wouldn't have worked anyway because of this bug. So I think it is safe for me to fix this without caring about backcompat... I just wanted to explain it out loud. --- James _______________________________________________ Ohrrpgce mailing list [email protected] http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org
