From 5ba9fb06914a9067d3158d96692bf993b65c4ef2 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 18 Jul 2000 04:08:09 +0000 Subject: [PATCH] one last little tweeak git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/pyshell.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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