mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Always use local font switches in table cells.
This commit is contained in:
parent
34b629cc29
commit
967158c054
@ -3980,7 +3980,7 @@ bool InsetTableCell::allowParagraphCustomization(idx_type) const
|
||||
|
||||
bool InsetTableCell::forceLocalFontSwitch() const
|
||||
{
|
||||
return isFixedWidth;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user