commit 967158c054992c441bc6852c0371772bd4325ce8
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Nov 17 11:07:18 2019 +0100
Always use local font switches in table cells.
---
src/insets/InsetTabular.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp
index 4651c4b..edd96a5 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;
}
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs