On Mon, Aug 25, 2003 at 12:33:17AM +0300, Martin Vermeer wrote: > It depends on adding a member to LyXText describing the extra indent
This is absolutely not the right way to go here IMHO. Consider: the lyxtext already knows how much width it can possibly expand into; the lyxtext also knows where it's going to place the start of the inset. There is no need for any further information at all. See my previous mails concerning this subject. The (or at least my) final is to *never* call rowBreakPoint from anywher other than LyXText::metrics(). All row list construction are rebreaking would be done from there. Can we please just have the basic needFullRow-killer patch applied first ? regards john