Re: [patch] cursor navigation inside insets

2004-02-13 Thread Andre Poenitz
On Fri, Feb 13, 2004 at 09:48:25AM +0100, Alfredo Braunstein wrote: > fixes a crash and a coord problem. Good. Btw: All the setCursorFromCoordinates without CursorSlice argument should die.. > @@ -1468,7 +1468,7 @@ void LyXText::cursorUp(LCursor & cur, bo > Row const & row = cur.textRow(

[patch] cursor navigation inside insets

2004-02-13 Thread Alfredo Braunstein
fixes a crash and a coord problem. Alfredo Index: text2.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v retrieving revision 1.543 diff -u -p -u -r1.543 text2.C --- text2.C 13 Feb 2004 07:30:56 - 1.543 +++