]> git.lyx.org Git - features.git/commit
Keep outer tabular borders when delete row/column
authorScott Kostyshak <skostysh@lyx.org>
Wed, 12 Dec 2012 09:04:39 +0000 (04:04 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 12 Dec 2012 09:04:39 +0000 (04:04 -0500)
commit1954458817f80ac15d670a9732469066994ef08a
treeb53453a263a6661433bc9b38d797855d63555d1d
parent4b706051b73ece2d806bc8b4daf430f2e0be6995
Keep outer tabular borders when delete row/column

Fix #4981:
If the first or last column is deleted, the borders are preserved.
Similarly for the last row, but not for the first row.  Selections are
supported.

Based on a patch by Zahari Dimitrov.
src/insets/InsetTabular.cpp