]> git.lyx.org Git - lyx.git/commit
Fix cursor left/right navigation in overset, underset, and stackrel
authorEnrico Forestieri <forenr@lyx.org>
Mon, 12 Nov 2018 18:05:09 +0000 (19:05 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 12 Nov 2018 18:05:09 +0000 (19:05 +0100)
commit1bdba953a54769d449624bc5c53bfaa9c59ac461
tree39d55200bbad396fa9b382ba1e321b01cea58a13
parent636bb6c2d95c49c93509a1ec18d094e20f6361d0
Fix cursor left/right navigation in overset, underset, and stackrel

Before this commit, navigating with the cursor was visiting either
the nucleus or the script depending on the direction (left or right)
of the cursor movement. Now the 2.3.x behavior of always going through
the nucleus is restored (at least for overset and underset, as stackrel
seems to behave oddly also in 2.3.x).
src/mathed/InsetMathOverset.cpp
src/mathed/InsetMathOverset.h
src/mathed/InsetMathStackrel.cpp
src/mathed/InsetMathStackrel.h
src/mathed/InsetMathUnderset.cpp
src/mathed/InsetMathUnderset.h