Kornelia Pietsch wrote: > This is a rebuild of the 'big' coordinate patch against > current CVS.
This makes it a lot less crashy. void LyXText::setCursorFromCoordinates(LCursor & cur, int const x, int const y) - for (; r < int(par.rows().size()); ++r) { + for (; r < int(par.rows().size()) - 1; ++r) { Alfredo