Rename tokenizer setFont to setTextFont

This commit is contained in:
Veronica Berglyd Olsen
2024-11-26 00:40:09 +01:00
parent 05b1fdd7f2
commit 2808c36753
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ class GuiDocViewer(QTextBrowser):
qDoc = ToQTextDocument(SHARED.project)
qDoc.setJustify(CONFIG.doJustify)
qDoc.setDialogHighlight(True)
qDoc.setFont(CONFIG.textFont)
qDoc.setTextFont(CONFIG.textFont)
qDoc.setTheme(self._docTheme)
qDoc.initDocument()
qDoc.setKeywords(True)