]> 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>
Thu, 18 Jun 2020 13:48:46 +0000 (15:48 +0200)
commitada5e7e23522af25be5c42b26c2a628e17b98718
treedf273383638d590125c84126586907d6fb98abb2
parentea4a95fc6982c7b80ba19de71c138f49350366cb
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