diff -r 2cd7333e0202 -r c5bd65142984 QScintilla/Editor.py --- a/QScintilla/Editor.py Sun Jul 25 10:22:05 2010 +0200 +++ b/QScintilla/Editor.py Sun Jul 25 12:01:06 2010 +0200 @@ -3342,6 +3342,8 @@ Preferences.getEditorColour("SpellingMarkers")) self.__setSpelling() + self.setCursorFlashTime(QApplication.cursorFlashTime()) + def __setEolMode(self): """ Private method to configure the eol mode of the editor. @@ -4808,6 +4810,8 @@ self.lastModified = QFileInfo(self.fileName).lastModified() self.inReopenPrompt = False + self.setCursorFlashTime(QApplication.cursorFlashTime()) + QsciScintillaCompat.focusInEvent(self, event) def focusOutEvent(self, event):