Commit d0123ec2 authored by Guido van Rossum's avatar Guido van Rossum

Allow tearing off of the Windows menu.

parent 88b43deb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment