From: Juergen Spitzmueller Date: Mon, 1 Apr 2019 07:27:12 +0000 (+0200) Subject: reset.formal-default: no need to fiddle with left/right lines at all. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a7f5fe9e73c3cde7727bb309537f7cc5e34e5358;p=features.git reset.formal-default: no need to fiddle with left/right lines at all. --- diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index bbe4e6cd1f..007f0910a8 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -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;