]> git.lyx.org Git - lyx.git/commit
Fix bug #11398
authorEnrico Forestieri <forenr@lyx.org>
Sun, 2 Dec 2018 17:27:38 +0000 (18:27 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 2 Dec 2018 17:27:38 +0000 (18:27 +0100)
commitbd21aa99d244cbfe532c4d970197a940355828dd
treeef9a29ef916929c969f4e2489fa4c316bdd32e56
parent42dda036895170cb1dd545108261ee0ff70a4f4b
Fix bug #11398

When deciding how to strike out deleted math in change-tracking
mode, differentiate only on begin-of-line or not, and not on
after-paragraph-break or not.

The assumption that a new paragraph is always started after a
float seems to be not true and was causing this bug.
src/Changes.cpp
src/insets/InsetFloat.cpp