]> git.lyx.org Git - features.git/commit
Fixup 005f69de: code cleanup.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 19 Dec 2020 14:34:20 +0000 (15:34 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 19 Dec 2020 16:12:28 +0000 (17:12 +0100)
commit405b5c04a7f86171a6a883cea94600ebb9456cd7
treedc35a97065bb4e9b14999714238c88fca3c8c991
parent8c805db9d3c6c333291374ba6b1b9728f87187cc
Fixup 005f69de: code cleanup.

Since we are not sure of where the cursor ends up after invoking
Cursor::handleNest it is safer to reset the cursor at each cell,
rather than reuse the same one over and over.

Related to bug #12035.
src/mathed/InsetMathNest.cpp