QScintilla/Editor.py

branch
5_0_x
changeset 403
c5bd65142984
parent 253
3ccdf551bde7
child 450
4c6920a05411
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):

eric ide

mercurial