]> git.lyx.org Git - features.git/commit
Fix undo after breaking a nested paragraph
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 23 Nov 2018 15:53:53 +0000 (16:53 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commit0830c6238514a22cf31e9bd1e10d327af7f1aac4
tree73bcaa04be2df6bfbd9217e24e02d1f6a9380c8b
parentc98c8dab5c5296f612ad2cc8e887926daa81d0d2
Fix undo after breaking a nested paragraph

We have to take into account that Buffer::updateBuffer can modify the document.

Fix bug #11292.
src/frontends/qt4/GuiApplication.cpp