]> git.lyx.org Git - features.git/commit
Always validate a macro definition
authorEnrico Forestieri <forenr@lyx.org>
Tue, 31 May 2022 20:13:52 +0000 (22:13 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Tue, 31 May 2022 20:17:14 +0000 (22:17 +0200)
commit0aad23015412d6a3a97c73a842079ee22b91ca09
treea4aad66d76ab1da6e2065dad7f2a4c75b063af71
parent5f8ba9387d143d6e247e77e900647e1e8c33210a
Always validate a macro definition

If a user-defined macro appears only in the argument of another
macro its definition is not validated and this leads to errors.

Fixes bug #12524.
src/mathed/InsetMathMacro.cpp