QScintilla/QsciScintillaCompat.py

changeset 3215
6c5877c48067
parent 3176
51feb6174cc2
child 3233
33b91e6c5ae4
child 3240
7cb4665c9c05
--- a/QScintilla/QsciScintillaCompat.py	Sat Jan 18 15:42:25 2014 +0100
+++ b/QScintilla/QsciScintillaCompat.py	Sun Jan 19 11:32:42 2014 +0100
@@ -1195,9 +1195,8 @@
         """
         return QsciScintillaBase.event(self, evt)
     
-    # TODO: adjust this once we have a working QScintilla version
     if "inputMethodEvent" in QsciScintillaBase.__dict__ and \
-            QSCINTILLA_VERSION() < 0x020900:
+            QSCINTILLA_VERSION() < 0x020801:
         def inputMethodEvent(self, evt):
             """
             Protected method to cope with a glitch in some Qscintilla versions

eric ide

mercurial