QScintilla/Shell.py

changeset 3068
e2650fb5db4e
parent 3067
8fd7ae10de2b
child 3080
6c0a430b19df
child 3087
fdbce259929f
--- 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"):

eric ide

mercurial