]> git.lyx.org Git - features.git/commit
Overhaul (no)limits support
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 9 Dec 2020 08:39:49 +0000 (09:39 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 9 Dec 2020 13:10:17 +0000 (14:10 +0100)
commit99fb1c7003395bf08d5523d2a8367729424de047
tree5c2220eba3cb163550e46fc4b7ba1c096eb1cf0d
parent041b67d990cfa5d576b609e5fe36091fb4d73f42
Overhaul (no)limits support

- Add limits support to InsetMathScript
- Add limits support to InsetMathClass
- Fix bug where limits changing is disabled in inline math

Now the MathData objects remember whether they are in diaply mode.

Fixes bug #12045.
14 files changed:
src/mathed/InsetMath.h
src/mathed/InsetMathClass.cpp
src/mathed/InsetMathClass.h
src/mathed/InsetMathDecoration.cpp
src/mathed/InsetMathDecoration.h
src/mathed/InsetMathMacro.cpp
src/mathed/InsetMathMacro.h
src/mathed/InsetMathNest.cpp
src/mathed/InsetMathScript.cpp
src/mathed/InsetMathScript.h
src/mathed/InsetMathSymbol.cpp
src/mathed/InsetMathSymbol.h
src/mathed/MathData.cpp
src/mathed/MathData.h