QScintilla/MiniEditor.py

changeset 4176
4c09d3d75768
parent 4074
95c24977f68f
child 4402
ad524553e765
diff -r 4db8023ccf32 -r 4c09d3d75768 QScintilla/MiniEditor.py
--- a/QScintilla/MiniEditor.py	Sat Mar 14 14:29:22 2015 +0100
+++ b/QScintilla/MiniEditor.py	Sat Mar 14 14:36:52 2015 +0100
@@ -2404,6 +2404,10 @@
             Preferences.getEditor("TabIndents"))
         self.__textEdit.setIndentationGuides(
             Preferences.getEditor("IndentationGuides"))
+        self.__textEdit.setIndentationGuidesBackgroundColor(
+            Preferences.getEditorColour("IndentationGuidesBackground"))
+        self.__textEdit.setIndentationGuidesForegroundColor(
+            Preferences.getEditorColour("IndentationGuidesForeground"))
         if Preferences.getEditor("ShowWhitespace"):
             self.__textEdit.setWhitespaceVisibility(QsciScintilla.WsVisible)
             try:

eric ide

mercurial