mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Pass proper font
This commit is contained in:
parent
88506f886b
commit
008766fe4e
@ -1044,7 +1044,7 @@ void Paragraph::Private::latexInset(BufferParams const & bparams,
|
||||
|| basefont.isRightToLeft() == running_font.isRightToLeft();
|
||||
unsigned int count = running_font.latexWriteStartChanges(os, bparams,
|
||||
runparams, basefont,
|
||||
basefont, true);
|
||||
running_font, true);
|
||||
column += count;
|
||||
// if any font properties were closed, update the running_font,
|
||||
// making sure, however, to leave the language as it was
|
||||
|
Loading…
x
Reference in New Issue
Block a user