]> git.lyx.org Git - features.git/commit
Enable change tracking if paragraph break change
authorScott Kostyshak <skostysh@lyx.org>
Sat, 17 Aug 2019 20:35:01 +0000 (16:35 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 31 Aug 2019 02:31:24 +0000 (22:31 -0400)
commit27f89144bbc054c2afd5ca9d7540805138d44de1
treec47ac5879f5d13f9e03957712a75bbbb85e6934a
parent91f7c3aacfbe00fa51823fc64c95c3204d1928ec
Enable change tracking if paragraph break change

When a selection spans more than one line, we now check for whether
there is a change at one position after the last position of each
fully selected line.

This fixes #11629.
src/Text3.cpp