Apply Josh Robb's Patch

[ 617125 ] EditorWindow.py: Fix the wrap
(used 'none' instead of NONE)
This commit is contained in:
Kurt B. Kaiser 2002-10-04 21:33:57 +00:00
parent c8c6065231
commit a1dee06983

View file

@ -61,7 +61,7 @@ class EditorWindow:
self.break_set = False
self.vbar = vbar = Scrollbar(top, name='vbar')
self.text_frame = text_frame = Frame(top)
self.text = text = Text(text_frame, name='text', padx=5, wrap=None,
self.text = text = Text(text_frame, name='text', padx=5, wrap='none',
foreground=idleConf.GetHighlight(currentTheme,
'normal',fgBg='fg'),
background=idleConf.GetHighlight(currentTheme,