]> git.lyx.org Git - features.git/commitdiff
Always use local font switches in table cells.
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 Nov 2019 10:07:18 +0000 (11:07 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:46 +0000 (15:48 +0200)
src/insets/InsetTabular.cpp

index 4651c4b49e54bdd6d9f451d6df5aea0ed48f0eec..edd96a5c9b105e7345a6e1038670e52b6ad8986c 100644 (file)
@@ -3980,7 +3980,7 @@ bool InsetTableCell::allowParagraphCustomization(idx_type) const
 
 bool InsetTableCell::forceLocalFontSwitch() const
 {
-       return isFixedWidth;
+       return true;
 }