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
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