]> 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>
Thu, 18 Jun 2020 13:48:25 +0000 (15:48 +0200)
commit73e102de3cf2dca8d98bda7480426667fcedc0f2
treee6e7b274058f07cd86ab8ba99f18c7f44e8568d0
parent926799f529cceb62d55478a81a72ecadbd5f7ae7
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