summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-09 22:00:10 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-09 22:00:10 (GMT)
commitf52cca9812b1d06b46e9cf4fda799941f8a724e4 (patch)
treeacd5a5020e3f079f486eb991bcdd7bc38955d95b
parent0291d1d1d6d6b9f4d53c61a897db05035bce00b7 (diff)
downloadcpython-f52cca9812b1d06b46e9cf4fda799941f8a724e4.zip
cpython-f52cca9812b1d06b46e9cf4fda799941f8a724e4.tar.gz
cpython-f52cca9812b1d06b46e9cf4fda799941f8a724e4.tar.bz2
Allow tearing off of the Windows menu.
-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