--- a/QScintilla/Shell.py Wed Nov 13 23:30:59 2013 +0100 +++ b/QScintilla/Shell.py Sat Nov 16 10:06:28 2013 +0100 @@ -405,9 +405,7 @@ self.setSelectionToEol(Preferences.getEditor("ExtendSelectionToEol")) self.setCaretForegroundColor( Preferences.getEditorColour("CaretForeground")) - self.setCaretLineBackgroundColor( - Preferences.getEditorColour("CaretLineBackground")) - self.setCaretLineVisible(Preferences.getEditor("CaretLineVisible")) + self.setCaretLineVisible(False) self.caretWidth = Preferences.getEditor("CaretWidth") self.setCaretWidth(self.caretWidth) if Preferences.getShell("WrapEnabled"):