Fix issue #1096 and remove a couple of error ourputs

This commit is contained in:
Veronica Berglyd Olsen
2022-08-17 21:49:41 +02:00
parent 3a455fa1a7
commit c917fc9c9c
3 changed files with 32 additions and 16 deletions
+1 -1
View File
@@ -718,7 +718,7 @@ class GuiDocEditor(QTextEdit):
), nwAlert.INFO)
theMode = False
if self.spEnchant.spellLanguage() is None:
if self.spEnchant.spellLanguage is None:
theMode = False
self._spellCheck = theMode