Always use local font switches in table cells.

This commit is contained in:
Juergen Spitzmueller 2019-11-17 11:07:18 +01:00
parent 34b629cc29
commit 967158c054

View File

@ -3980,7 +3980,7 @@ bool InsetTableCell::allowParagraphCustomization(idx_type) const
bool InsetTableCell::forceLocalFontSwitch() const
{
return isFixedWidth;
return true;
}