mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
change tracking:
src/paragraph_funcs.C: add FIXME (and check later) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15381 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9acb432b0c
commit
6559e4b4db
@ -123,6 +123,7 @@ void breakParagraph(BufferParams const & bparams,
|
||||
}
|
||||
|
||||
for (pos_type i = pos_end; i >= pos; --i)
|
||||
// FIXME: change tracking (MG)
|
||||
par.erase(i, false); // erase without change tracking
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user