]> 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>
Sat, 8 Dec 2018 22:09:38 +0000 (23:09 +0100)
commit8d7b66e209cb640f6bbe2b5d01cda1dc50a2df7d
tree932e16d9988ef5756427b754e1159e21f39c0423
parent0e7d9b0dc6678a96bdc15e00c7b85215aba90253
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.

(cherry picked from commit bd21aa99d244cbfe532c4d970197a940355828dd)
src/Changes.cpp
src/insets/InsetFloat.cpp