]> 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)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:44 +0000 (17:55 -0400)
commit26308c1d6bb8bfe5c891f3d8d8fc1ddf30248ba5
tree3e5e8436f314f686a4ee0d33bb8c74d0e58c8b0f
parent2d708bd7cf802fd76617e7255f81efec7d4c1adf
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.
src/insets/InsetText.cpp