]> git.lyx.org Git - features.git/commit
Set buffer when expanding macro
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 20 Oct 2019 10:54:59 +0000 (12:54 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:45 +0000 (15:48 +0200)
commit419c20bee1b1abcf4ebaa8d738999df1cb7109c6
tree9dd06b077a02a3875ad289801e98931be8e09f94
parent52f7e9f5526324eef206b523eacd742ac269bee7
Set buffer when expanding macro

This avoids a crash in InsetMathSplit which uses the buffer() value.

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