QScintilla/Editor.py

changeset 3067
8fd7ae10de2b
parent 3062
9de9373da5bb
child 3069
8a9579bbf583
--- a/QScintilla/Editor.py	Wed Nov 06 19:44:42 2013 +0100
+++ b/QScintilla/Editor.py	Fri Nov 08 19:22:12 2013 +0100
@@ -4056,6 +4056,8 @@
         self.setCaretLineBackgroundColor(
             Preferences.getEditorColour("CaretLineBackground"))
         self.setCaretLineVisible(Preferences.getEditor("CaretLineVisible"))
+        self.setCaretLineAlwaysVisible(
+            Preferences.getEditor("CaretLineAlwaysVisible"))
         self.caretWidth = Preferences.getEditor("CaretWidth")
         self.setCaretWidth(self.caretWidth)
         self.useMonospaced = Preferences.getEditor("UseMonospacedFont")

eric ide

mercurial