]> git.lyx.org Git - features.git/commit
Allow to undo partly math autocorrect
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 15 Apr 2019 09:12:25 +0000 (11:12 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 16 Apr 2019 12:12:34 +0000 (14:12 +0200)
commitf7a11ca7115064710b98bedc64d724ca15362527
treec0d4d6e735956ea2d7646e63d3024777503d8747
parent144e7d715938af7cadd9073f4afc30f3744a226a
Allow to undo partly math autocorrect

To this end, introduce Undo::splitUndoGroup, which ends currently
group and creates a new one with same nesting level.
src/Cursor.cpp
src/Cursor.h
src/Undo.cpp
src/Undo.h
src/mathed/MathAutoCorrect.cpp