Dekel Tsur <[EMAIL PROTECTED]> writes:

| After insertion/deletion of a char, in LyXText::InsertChar/BackSpace, 
| BreakAgainOneRow() is called in order to break the current row
| (so the cursor can be positioned correctly), and then need_break_row is set
| to the next row, and afterwards, in FullRebreak, there is a call to
| BreakAgain(bview, need_break_row).
| 
| This seems somewhat strange. Why not call directly to BreakAgain(bview, row)
| in InsertChar/BackSpace (instead of calling to BreakAgainOneRow) ?
| I've tried it and it seems to work.

I think there are some issues here, so I'd like to postpone this to
after 1.1.6 has been released.

        Lgb

Reply via email to