summaryrefslogtreecommitdiffstats
path: root/Tools/idle/EditorWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/idle/EditorWindow.py')
-rw-r--r--Tools/idle/EditorWindow.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/idle/EditorWindow.py b/Tools/idle/EditorWindow.py
index b4c9156..ead0e8a 100644
--- a/Tools/idle/EditorWindow.py
+++ b/Tools/idle/EditorWindow.py
@@ -147,7 +147,6 @@ class EditorWindow:
menu = self.menudict.get('windows')
if menu:
- menu.configure(tearoff=0)
end = menu.index("end")
if end is None:
end = -1