mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
* src/text.C: remove change tracking FIXME
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16020 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dd00339db3
commit
3770e1a342
@ -1654,7 +1654,6 @@ bool LyXText::erase(LCursor & cur)
|
||||
// this is the code for a normal delete, not pasting
|
||||
// any paragraphs
|
||||
recordUndo(cur, Undo::DELETE);
|
||||
// FIXME: change tracking (MG)
|
||||
par.eraseChar(cur.pos(), cur.buffer().params().trackChanges);
|
||||
if (par.isDeleted(cur.pos()))
|
||||
cur.forwardPosNoDescend();
|
||||
|
Loading…
Reference in New Issue
Block a user