--- a/QScintilla/Shell.py Fri Nov 08 19:22:12 2013 +0100 +++ b/QScintilla/Shell.py Sat Nov 09 15:23:52 2013 +0100 @@ -403,11 +403,7 @@ self.setSelectionToEol(Preferences.getEditor("ExtendSelectionToEol")) self.setCaretForegroundColor( Preferences.getEditorColour("CaretForeground")) - self.setCaretLineBackgroundColor( - Preferences.getEditorColour("CaretLineBackground")) - self.setCaretLineVisible(Preferences.getEditor("CaretLineVisible")) - self.setCaretLineAlwaysVisible( - Preferences.getEditor("CaretLineAlwaysVisible")) + self.setCaretLineVisible(False) self.caretWidth = Preferences.getEditor("CaretWidth") self.setCaretWidth(self.caretWidth) if Preferences.getShell("WrapEnabled"):