QScintilla/Shell.py

branch
5_2_x
changeset 2011
2f37498455c9
parent 1744
a297b2f21fd3
child 2303
0ed4ed026c16
diff -r 837dbb455873 -r 2f37498455c9 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
@@ -425,6 +425,7 @@
         if clType != self.clientType:
             self.clientType = clType
             self.__bindLexer(clType)
+            self.__setTextDisplay()
             self.__setMargin0()
             self.__setAutoCompletion(clType)
             self.__setCallTips(clType)

eric ide

mercurial