]> 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>
Mon, 30 Dec 2019 12:32:24 +0000 (13:32 +0100)
commit440271540f1d79b0c4d27a94debca10f782d9fb9
tree42fe2ed63b14f972016ab8f98026d10e4273463c
parent78db6194c6f717cf4f72072d232f8aef5df13528
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).

(cherry picked from commit 5ac3b880075794130492c2fe63c35104b207ad73)
src/insets/InsetTabular.cpp
src/insets/InsetText.cpp
status.23x