From: Juergen Spitzmueller Date: Sun, 17 Nov 2019 10:07:18 +0000 (+0100) Subject: Always use local font switches in table cells. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=13b15e65970a0e7eedd5212ee5a7d60d15b337d6;p=features.git Always use local font switches in table cells. --- 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; }