Updated icon and font for session timer, and added language info for status bar

This commit is contained in:
Veronica K. B. Olsen
2019-11-08 19:56:38 +01:00
parent 7fcd0731bf
commit f01c2f9dee
4 changed files with 31 additions and 8 deletions
+1
View File
@@ -280,6 +280,7 @@ class GuiDocEditor(QTextEdit):
def setDictionaries(self):
self.theDict.setLanguage(self.mainConf.spellLanguage, self.theProject.projDict)
self.theParent.statusBar.setLanguage(self.mainConf.spellLanguage)
return True
def setSpellCheck(self, theMode):