QScintilla/MiniEditor.py

changeset 342
360c4eb76d6c
parent 163
8f0630371845
child 404
44a541bea034
diff -r 22ae08988de7 -r 360c4eb76d6c QScintilla/MiniEditor.py
--- a/QScintilla/MiniEditor.py	Thu Jun 10 20:11:25 2010 +0200
+++ b/QScintilla/MiniEditor.py	Sat Jun 12 15:24:53 2010 +0200
@@ -1686,6 +1686,9 @@
             self.__textEdit.setFoldMarginColors(
                 Preferences.getEditorColour("FoldmarginBackground"), 
                 Preferences.getEditorColour("FoldmarginBackground"))
+            self.__textEdit.setFoldMarkersColors(
+                Preferences.getEditorColour("FoldMarkersForeground"),
+                Preferences.getEditorColour("FoldMarkersBackground"))
         else:
             self.__textEdit.setFolding(QsciScintilla.NoFoldStyle)
     

eric ide

mercurial