]> 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>
Thu, 18 Jun 2020 12:39:50 +0000 (14:39 +0200)
commit3f1cde6a50a792279b76d76a61b152317e9e89f2
tree6a4d5a8d3e272a835ee9d5210d98ba78658f2bbb
parent254d2e1c5d951b4a4320c884d80feee7fbab1fc9
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