]> git.lyx.org Git - features.git/commitdiff
Amend 9705b88251
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 17 Dec 2018 08:03:46 +0000 (09:03 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 17 Dec 2018 08:03:46 +0000 (09:03 +0100)
src/frontends/qt4/GuiCharacter.cpp

index 4b71f9e3d4f678dd74786961812931ecc0b773b8..c77b9bf6a1d8792880f525ea451d66e77b57187e 100644 (file)
@@ -415,7 +415,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())