mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
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:
parent
59f807a667
commit
c67645effa
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user