diff -r bc0ee7fadd03 -r 253e2c326448 eric6/QScintilla/Editor.py --- a/eric6/QScintilla/Editor.py Sun Dec 01 16:38:47 2019 +0100 +++ b/eric6/QScintilla/Editor.py Thu Dec 05 19:43:27 2019 +0100 @@ -263,6 +263,7 @@ self.spell = None self.lastLine = 0 self.lastIndex = 0 + self.__inSpellLanguageChanged = False # initialize some cooperation stuff self.__isSyncing = False