]> git.lyx.org Git - lyx.git/commitdiff
reset.formal-default: no need to fiddle with left/right lines at all.
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 1 Apr 2019 07:27:12 +0000 (09:27 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 1 Apr 2019 07:27:12 +0000 (09:27 +0200)
src/insets/InsetTabular.cpp

index bbe4e6cd1f4516246efec5a66752cdf845a7230b..007f0910a8aed9d30c623aa0aef3491fc723232a 100644 (file)
@@ -6177,8 +6177,6 @@ void InsetTabular::tabularFeatures(Cursor & cur,
                                idx_type const cell = tabular.cellIndex(r, c);
                                tabular.setTopLine(cell, head_or_foot);
                                tabular.setBottomLine(cell, head_or_foot);
-                               tabular.setRightLine(cell, false);
-                               tabular.setLeftLine(cell, false);
                        }
                }
                break;