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): """