]> git.lyx.org Git - lyx.git/commit
Fix DEPM at end of paragraph
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 30 Jan 2019 22:50:53 +0000 (23:50 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 15 Feb 2019 10:01:29 +0000 (11:01 +0100)
commitc44dc071a5658380a1d6bdfcb6f138b70c17d2a5
treebb40032ce692ebbd8824bdf3fa33ae2692fc85c4
parent130a555796385181c171952d6a02a69c959e4e18
Fix DEPM at end of paragraph

Remove special handling of spaces at end of paragraph. Now they are
handled like interword spaces by both DEPM methods.

Fix off-by-one error in loop when testing for end of paragraph.

Part of bug #11412.

(adapted from commit c00234503f9e07795723222e6095c022e45ad1dd)
src/Text2.cpp