]> 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 09:41:31 +0000 (10:41 +0100)
(cherry picked from commit ab5c08b3f01956d2081ff3cb34100c78a68cc90c)

src/frontends/qt4/GuiCharacter.cpp

index bfc766792b97d45dc9b538402008097e9ea522e5..af9150478aa235c28e15e9978fffa116ecd0c5ac 100644 (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())