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)