From c67645effae5536ac664d62e4f2a23a08ed206a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 23 Oct 2001 09:29:02 +0000 Subject: [PATCH] don't move cursor to the left after an C- git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2919 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 754a65aed3..c7fa2cf3e5 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -1066,10 +1066,6 @@ void MathCursor::breakLine() // split cell splitCell(); p->cell(idx()).swap(p->cell(idx() + p->ncols() - 1)); - - // correct cursor position - --idx(); - pos() = size(); } } -- 2.39.2