(cherry picked from commit ab5c08b3f0)
This commit is contained in:
Juergen Spitzmueller 2018-12-17 09:03:46 +01:00
parent a6e3c59b94
commit 1a43a14ef5

View File

@ -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())