QScintilla/Shell.py

changeset 2010
07ae45dc6986
parent 1965
96f5a76e1845
child 2077
68a34718a0ce
diff -r 1ed291dbd2d5 -r 07ae45dc6986 QScintilla/Shell.py
--- a/QScintilla/Shell.py	Tue Aug 21 16:48:47 2012 +0200
+++ b/QScintilla/Shell.py	Thu Aug 23 16:18:48 2012 +0200
@@ -487,6 +487,7 @@
         if clType != self.clientType:
             self.clientType = clType
             self.__bindLexer(clType)
+            self.__setTextDisplay()
             self.__setMargin0()
             self.__setAutoCompletion(clType)
             self.__setCallTips(clType)

eric ide

mercurial