]> git.lyx.org Git - features.git/commit
Record undo properly when inserting math script
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 13 Jan 2021 10:41:29 +0000 (11:41 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 13 Jan 2021 10:41:29 +0000 (11:41 +0100)
commit86191314cba5f74af233e10af70cd80a06f03a78
treea8d5037da770e3695b2e960cf46eac66cfe595a5
parent22efd5a5efc4ef53bcf9fc65ccd4d372b7365ac6
Record undo properly when inserting math script

The current code did not always record undo at the right level.

Fixes bug #10843.
src/mathed/InsetMathNest.cpp