don't move cursor to the left after an C-<Return>

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2919 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-10-23 09:29:02 +00:00
parent 59f807a667
commit c67645effa

View File

@ -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();
}
}