--- a/QScintilla/Shell.py Sun Jul 25 10:22:05 2010 +0200 +++ b/QScintilla/Shell.py Sun Jul 25 12:01:06 2010 +0200 @@ -326,6 +326,8 @@ self.useMonospaced = Preferences.getShell("UseMonospacedFont") self.__setMonospaced(self.useMonospaced) + self.setCursorFlashTime(QApplication.cursorFlashTime()) + def __setMonospaced(self, on): """ Private method to set/reset a monospaced font. @@ -1395,6 +1397,8 @@ except AttributeError: pass self.setCaretWidth(self.caretWidth) + self.setCursorFlashTime(QApplication.cursorFlashTime()) + QsciScintillaCompat.focusInEvent(self, event) def focusOutEvent(self, event):