mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Take out inheritFont() condition
This commit is contained in:
parent
92f6e4806e
commit
812ff7de75
@ -1033,7 +1033,7 @@ void Paragraph::Private::latexInset(BufferParams const & bparams,
|
||||
close = true;
|
||||
}
|
||||
|
||||
if (open_font && (!inset->inheritFont() || fontswitch_inset)) {
|
||||
if (open_font && fontswitch_inset) {
|
||||
bool lang_closed = false;
|
||||
// Close language if needed
|
||||
if (closeLanguage) {
|
||||
|
Loading…
Reference in New Issue
Block a user