From a7f5fe9e73c3cde7727bb309537f7cc5e34e5358 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 1 Apr 2019 09:27:12 +0200 Subject: [PATCH] reset.formal-default: no need to fiddle with left/right lines at all. --- src/insets/InsetTabular.cpp | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.5