eric6/QScintilla/Editor.py

changeset 7347
1afdabb901dc
parent 7339
5e4d36f56085
child 7360
9190402e4505
diff -r 9108d26211f7 -r 1afdabb901dc eric6/QScintilla/Editor.py
--- a/eric6/QScintilla/Editor.py	Sun Dec 01 18:55:38 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

eric ide

mercurial