]> 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>
Fri, 14 Dec 2018 18:39:54 +0000 (19:39 +0100)
commitebe6612e2661f49dcfae6103f056c27afd47751f
tree695f5eab78e51b6aad67664935eb73b978998016
parent0e6cb4e599cc8aaf191200a963fa916274dc9b7f
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.

(cherry picked from commit 837bcbb0433316ebe528b71e7c9952638ac1baee)
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathNest.cpp
src/mathed/MathData.cpp
src/mathed/MathData.h