]> git.lyx.org Git - features.git/commit
Fix bug #11398
authorEnrico Forestieri <forenr@lyx.org>
Sun, 2 Dec 2018 17:27:38 +0000 (18:27 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commit66effbea308c491f2f59b00cedf25223ce6ae13c
treeef9a29ef916929c969f4e2489fa4c316bdd32e56
parent0ceceb49f15dd2f18cbe9fb24f430dd6ea71c5f8
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