eric6/QScintilla/QsciScintillaCompat.py

changeset 6948
c6e580fd9bb1
parent 6942
2602857055c5
child 7202
d2f2a1fe0129
--- a/eric6/QScintilla/QsciScintillaCompat.py	Mon Apr 15 18:56:20 2019 +0200
+++ b/eric6/QScintilla/QsciScintillaCompat.py	Mon Apr 15 18:57:14 2019 +0200
@@ -53,8 +53,10 @@
     elif QSCINTILLA_VERSION() < 0x020800:
         IndicatorStyleMax = QsciScintilla.INDIC_SQUIGGLEPIXMAP
     elif QSCINTILLA_VERSION() < 0x020900:
+        IndicatorStyleMax = QsciScintilla.INDIC_COMPOSITIONTHICK
+    elif QSCINTILLA_VERSION() < 0x020A00:
         IndicatorStyleMax = QsciScintilla.INDIC_TEXTFORE
-    elif QSCINTILLA_VERSION() < 0x020A00:
+    elif QSCINTILLA_VERSION() < 0x020B00:
         IndicatorStyleMax = QsciScintilla.INDIC_POINTCHARACTER
     else:
         IndicatorStyleMax = QsciScintilla.INDIC_GRADIENTCENTRE

eric ide

mercurial