mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Instatiate right font
This commit is contained in:
parent
483d914642
commit
d2a162ce3d
@ -2563,7 +2563,7 @@ void Paragraph::latex(BufferParams const & bparams,
|
||||
++column;
|
||||
|
||||
// Fully instantiated font
|
||||
Font const current_font = getFont(bparams, i, outerfont);
|
||||
Font const current_font = getFont(bparams, i, real_outerfont);
|
||||
|
||||
Font const last_font = running_font;
|
||||
bool const in_ct_deletion = (bparams.output_changes
|
||||
|
Loading…
Reference in New Issue
Block a user