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();
>         int x = cur.x_target();
>         int y = cursorY(cur.current()) - row.baseline() - 1;
> -       setCursorFromCoordinates(x, y);
> +       setCursorFromCoordinates(cur.current(), x - xo_, y - yo_);

Like this.

Andre'

Reply via email to