--- 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()