]> 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>
Fri, 23 Nov 2018 15:53:53 +0000 (16:53 +0100)
commit57feb0fed0c078903900aaea069c49207c8cb9ac
tree73bcaa04be2df6bfbd9217e24e02d1f6a9380c8b
parentc40d23deacc277e4a862db803c565ff04e6031f1
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