--- 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")