]> git.lyx.org Git - features.git/commit
Fix consecutive merging of tabular cells
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 24 Mar 2015 09:50:51 +0000 (10:50 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 24 Mar 2015 09:50:51 +0000 (10:50 +0100)
commit1780cb48964f787f53b8afa1ba87b50392582263
treea0f121c4aeeff0c90235859d829c9f21e1316e1b
parentbabe5e05f8dc718c88ef8e4701eb9cf992a24fb7
Fix consecutive merging of tabular cells

This is a bug reported and fixed by Edwin Leuven.

Here is how Edwin described it in his inimitable minimalist style:
  first i merge the top-left two cells in a small, say 3x3, table

  if i then merge this multicolumn cell with the remaining cell in the first row
  my table ends up all bonkers
src/insets/InsetTabular.cpp