]> 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:32 +0000 (15:48 +0200)
commit551dbc1dbcec1c0d5004e666cae3789afd97bccd
treea9427ed1a15c50716a93c810af7d8c9ae7984995
parent6efe0505dfeae91bc3fada3b416fbc474a33d299
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