diff -r 9625b5817d1c -r 137cc6344b48 QScintilla/Editor.py --- a/QScintilla/Editor.py Tue Dec 07 08:45:48 2010 +0100 +++ b/QScintilla/Editor.py Tue Dec 07 19:00:48 2010 +0100 @@ -320,6 +320,9 @@ self.gotoLine(0) + # set the text display again + self.__setTextDisplay() + # set the autocompletion and calltips function self.__acHookFunction = None self.__setAutoCompletion()