]> git.lyx.org Git - features.git/commit
Don't parse multicolumn if the grid does not support it
authorGuillaume Munch <gm@lyx.org>
Thu, 3 Nov 2016 22:23:11 +0000 (23:23 +0100)
committerGuillaume Munch <gm@lyx.org>
Sat, 5 Nov 2016 17:36:39 +0000 (18:36 +0100)
commit1c84d0ca821f847eb34a848dc7150007f2c8c46b
treea7f1ce5212d286c3248652b79a37bf7664965d61
parente7654d9aa213a90fe957876b22f3a21d0a6cabab
Don't parse multicolumn if the grid does not support it

Fixes #10466 and visual/compilation bugs with InsetMathSplit, InsetMathDiagram,
InsetMathHull, InsetMathSubstack and InsetMathXYMatrix.
src/mathed/InsetMathAMSArray.h
src/mathed/InsetMathArray.h
src/mathed/InsetMathCases.h
src/mathed/InsetMathGrid.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathMatrix.h
src/mathed/InsetMathSplit.cpp
src/mathed/InsetMathTabular.h
src/mathed/MathParser.cpp