]> git.lyx.org Git - lyx.git/commit
Fix textstyle-update handling in mathed
authorEnrico Forestieri <forenr@lyx.org>
Sun, 9 Jun 2024 11:04:22 +0000 (13:04 +0200)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Sun, 9 Jun 2024 17:10:15 +0000 (13:10 -0400)
commit4acc6e36e339e2022170136927cccda9060b930f
tree84eb57f43a255dea8977fc94e22b8af61e803410
parent5a69b8a184393e94c781addc423bf0273b573e52
Fix textstyle-update handling in mathed

The code was expecting that all properties were specified
in the argument and not only some. Simply do not process
those properties not specified in the argument.

(cherry picked from commit afb70c905b526ec6fdc5ed66afe800fcd705b425)
src/mathed/InsetMathNest.cpp