]> 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)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 9 Jun 2024 11:06:35 +0000 (13:06 +0200)
commitafb70c905b526ec6fdc5ed66afe800fcd705b425
tree5d1aaaa2ef8a4250d1d1bf7ca7cabc006b8ecec9
parent64aad586f49b9047082356e5f217fc6147ac9500
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.
src/mathed/InsetMathNest.cpp