From 13b15e65970a0e7eedd5212ee5a7d60d15b337d6 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 17 Nov 2019 11:07:18 +0100 Subject: [PATCH] Always use local font switches in table cells. --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 4651c4b49e..edd96a5c9b 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -3980,7 +3980,7 @@ bool InsetTableCell::allowParagraphCustomization(idx_type) const bool InsetTableCell::forceLocalFontSwitch() const { - return isFixedWidth; + return true; } -- 2.39.5