QScintilla/MiniEditor.py

changeset 2659
7f46c5a7ed73
parent 2640
dedcd4f987e0
child 2662
d28382a4b88a
--- a/QScintilla/MiniEditor.py	Sun May 19 14:38:05 2013 +0200
+++ b/QScintilla/MiniEditor.py	Sun May 19 15:39:12 2013 +0200
@@ -2213,6 +2213,8 @@
         if Preferences.getEditor("OverrideEditAreaColours"):
             self.__textEdit.setColor(Preferences.getEditorColour("EditAreaForeground"))
             self.__textEdit.setPaper(Preferences.getEditorColour("EditAreaBackground"))
+        
+        self.setVirtualSpaceOptions(Preferences.getEditor("VirtualSpaceOptions"))
     
     def __setEolMode(self):
         """

eric ide

mercurial