Re: rowbreakpoint is hosed

2003-10-24 Thread Andre Poenitz
On Fri, Oct 24, 2003 at 11:27:20AM +0200, Alfredo Braunstein wrote: > I may be reading wrongly the code, but but seems to me that rowbreakpoint > sets row.endpos() to a value larger ny 1 than it should. Yes. > I.e. (text.C:LyXText::rowBreakPoint) > > if (width < 0) { > ro

rowbreakpoint is hosed

2003-10-24 Thread Alfredo Braunstein
I may be reading wrongly the code, but but seems to me that rowbreakpoint sets row.endpos() to a value larger ny 1 than it should. I.e. (text.C:LyXText::rowBreakPoint) if (width < 0) { row.endpos(pit->size() + 1); return; } or below pos_type cons