diff --git a/wxPython/wxPython/lib/pyshell.py b/wxPython/wxPython/lib/pyshell.py index e105021a44..4df731fd46 100644 --- a/wxPython/wxPython/lib/pyshell.py +++ b/wxPython/wxPython/lib/pyshell.py @@ -126,8 +126,8 @@ class PyShellWindow(wxStyledTextCtrl, InteractiveInterpreter): """ p = self.props - self.SetEdgeMode(wxSTC_EDGE_LINE) - self.SetEdgeColumn(80) + #self.SetEdgeMode(wxSTC_EDGE_LINE) + #self.SetEdgeColumn(80) # set the selection margin and window margin