]> git.lyx.org Git - features.git/commit
Make sure inset buffer is correctly set in math grid
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Oct 2018 08:39:09 +0000 (10:39 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Oct 2018 08:43:20 +0000 (10:43 +0200)
commit837bcbb0433316ebe528b71e7c9952638ac1baee
tree6a4d5a8d3e272a835ee9d5210d98ba78658f2bbb
parenta569aeaf66fc6b4d041c713709450701791deac2
Make sure inset buffer is correctly set in math grid

Make MathData::setBuffer set the buffer of insets that it contains.
Remove corresponding code from InsetMathNest.

update the buffer() property in the following tabular-feature
actions : copy-row, add-row, copy-col, add-col.
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathNest.cpp
src/mathed/MathData.cpp
src/mathed/MathData.h