From 967158c054992c441bc6852c0371772bd4325ce8 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; }