]> git.lyx.org Git - features.git/commit
Disable LFUN_INSET_DISSOLVE in tabulars
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 10 May 2016 09:17:43 +0000 (11:17 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 10 May 2016 16:10:47 +0000 (18:10 +0200)
commit67f77a07f0e82f5f7a4317700d80018f92974568
tree21d49f381553ef10cfff9ac70a029287b87d414a
parent7444b894f806eb9a7dee91a160974c0605aeb037
Disable LFUN_INSET_DISSOLVE in tabulars

When in a tabular cell, "this" is just a lone InsetText, while cur.inset() is the whole tabular. This makes a big difference, especially when one wants to count cells.

Fixes bug #9954.

(cherry picked from commit 4caf167dbd24722421ae8d94a2c103bf41a7667d)
src/insets/InsetText.cpp
status.22x