]> git.lyx.org Git - features.git/commit
Fix border when inserting column (#10538, #9306)
authorScott Kostyshak <skostysh@lyx.org>
Sun, 4 Jun 2017 19:06:18 +0000 (15:06 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 4 Jun 2017 19:24:10 +0000 (15:24 -0400)
commitb1ddae0514a4b4daf4e6d248e2ce5171e4144233
tree88259c9a599f414045db368cf8f3cc8331f5a607
parent482d0ebc6670ddcd522e42aa2649ec5d222298cd
Fix border when inserting column (#10538, #9306)

When inserting a column in tabular, the border of the new column
should be copied from the border of the (previously) right-most
column.

Also remove a redundant line. The line

    setRightLine(i, true);

was only reached if rightLine(i) was true.

Patch from Daniel Ramöller.
src/insets/InsetTabular.cpp