QScintilla/Editor.py

changeset 2659
7f46c5a7ed73
parent 2643
e870fc2b4819
child 2677
3d4277929fb3
child 2768
eab35f6e709f
diff -r ec17f5d559e9 -r 7f46c5a7ed73 QScintilla/Editor.py
--- a/QScintilla/Editor.py	Sun May 19 14:38:05 2013 +0200
+++ b/QScintilla/Editor.py	Sun May 19 15:39:12 2013 +0200
@@ -3977,6 +3977,8 @@
         if Preferences.getEditor("OverrideEditAreaColours"):
             self.setColor(Preferences.getEditorColour("EditAreaForeground"))
             self.setPaper(Preferences.getEditorColour("EditAreaBackground"))
+        
+        self.setVirtualSpaceOptions(Preferences.getEditor("VirtualSpaceOptions"))
     
     def __setEolMode(self):
         """

eric ide

mercurial