Fixed setting of font for doceditor and docviewer

This commit is contained in:
Veronica K. B. Olsen
2019-06-12 20:55:41 +02:00
parent 46bd7a8871
commit 8e73d6ac9a
6 changed files with 31 additions and 232 deletions
+1
View File
@@ -466,6 +466,7 @@ class GuiMain(QMainWindow):
logger.debug("Applying new preferences")
self.initMain()
self.docEditor.initEditor()
self.docViewer.initViewer()
return True
def editProjectDialog(self):