QScintilla/Shell.py

branch
Py2 comp.
changeset 3080
6c0a430b19df
parent 3060
5883ce99ee12
parent 3068
e2650fb5db4e
child 3142
55030c09e142
--- 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"):

eric ide

mercurial