]> git.lyx.org Git - features.git/commit
Disable inset-dissolve in table cells
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 4 Dec 2019 14:56:30 +0000 (15:56 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Dec 2019 08:54:43 +0000 (09:54 +0100)
commit5ac3b880075794130492c2fe63c35104b207ad73
tree4fc08728aef1dc881a56bd67719fc9bd8b0d1b91
parent9d0548e8773f58d412368826eb5c0602b5c33403
Disable inset-dissolve in table cells

This is better than making sure that the inset has exactly one cell.

In the future, inset-dissolve could be extended to dissolve all the
cells contents in the enclosing text.

Note that this check does not appear in mathed, and using dissolve in
e.g. fraction inset may lead to data loss (only current cell contents
is preserved).
src/insets/InsetTabular.cpp
src/insets/InsetText.cpp