Fixed a bug causing the spell checking to not function anymore.

Mon, 27 Dec 2010 15:31:37 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 27 Dec 2010 15:31:37 +0100
changeset 775
1f5fb0d9cba1
parent 773
e3b3c9a545d1
child 776
0359a079eb0d

Fixed a bug causing the spell checking to not function anymore.

QScintilla/SpellChecker.py file | annotate | diff | comparison | revisions
--- a/QScintilla/SpellChecker.py	Sun Dec 26 15:41:20 2010 +0100
+++ b/QScintilla/SpellChecker.py	Mon Dec 27 15:31:37 2010 +0100
@@ -39,6 +39,8 @@
             The string should be in language locale format (e.g. en_US, de).
         @keyparam checkRegion reference to a function to check for a valid region
         """
+        QObject.__init__(self, editor)
+        
         self.editor = editor
         self.indicator = indicator
         if defaultLanguage is not None:

eric ide

mercurial