--- a/QScintilla/Editor.py Sun Jul 25 10:21:34 2010 +0200 +++ b/QScintilla/Editor.py Sun Jul 25 12:02:49 2010 +0200 @@ -3340,6 +3340,8 @@ Preferences.getEditorColour("SpellingMarkers")) self.__setSpelling() + self.setCursorFlashTime(QApplication.cursorFlashTime()) + def __setEolMode(self): """ Private method to configure the eol mode of the editor. @@ -4806,6 +4808,8 @@ self.lastModified = QFileInfo(self.fileName).lastModified() self.inReopenPrompt = False + self.setCursorFlashTime(QApplication.cursorFlashTime()) + QsciScintillaCompat.focusInEvent(self, event) def focusOutEvent(self, event):