]> git.lyx.org Git - lyx.git/commit
Remove a finishUndo() after a recordUndo()
authorScott Kostyshak <skostysh@lyx.org>
Sat, 1 Feb 2020 17:32:30 +0000 (12:32 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 2 Feb 2020 21:10:59 +0000 (16:10 -0500)
commit05f2494008ea38cc6e3aa02e89186401a1165145
treeba226c5e8a1b08510c7626db6c23c0e4271d4272
parentdce9e44a1421350f275c9a3131f7e0532477c3a6
Remove a finishUndo() after a recordUndo()

finishUndo() is only helpful in the presence of undos of type INSERT
or DELETE.

See the following ML thread for details:

  https://www.mail-archive.com/search?l=mid&q=b721c098-c7ee-d12f-1cdf-067dda9aa5cf%40lyx.org
src/Text3.cpp