]> 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>
Sun, 20 Oct 2019 10:54:59 +0000 (12:54 +0200)
commit19abf29ea0cf89cdc99b9327448146aeb35d1dc1
tree18a132e7355e490ba96b492130421952351e7fc5
parent58d22e0c6edab4cb68af63d3ccaafcb875be995d
Set buffer when expanding macro

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

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