Restore some of the old spell check information in the status bar
This commit is contained in:
+3
-1
@@ -603,7 +603,9 @@ class GuiDocEditor(QTextEdit):
|
||||
theLang = self.theProject.projLang
|
||||
|
||||
self.theDict.setLanguage(theLang, self.theProject.projDict)
|
||||
self.theParent.statusBar.setLanguage(theLang)
|
||||
theTag, theProvider = self.theDict.describeDict()
|
||||
|
||||
self.theParent.statusBar.setLanguage(theLang, theProvider)
|
||||
|
||||
if not self.bigDoc:
|
||||
self.spellCheckDocument()
|
||||
|
||||
Reference in New Issue
Block a user