mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
parent
a6e3c59b94
commit
1a43a14ef5
@ -402,7 +402,7 @@ void GuiCharacter::updateContents()
|
||||
}
|
||||
Paragraph const & par = dit.paragraph();
|
||||
pos_type const pos = dit.pos();
|
||||
Font tmp = par.getFont(bp, pos, font);
|
||||
Font tmp = par.getFontSettings(bp, pos);
|
||||
if (font.language() != tmp.language())
|
||||
font.setLanguage(ignore_language);
|
||||
if (fi.family() != tmp.fontInfo().family())
|
||||
|
Loading…
Reference in New Issue
Block a user