Allow tearing off of the Windows menu.

This commit is contained in:
Guido van Rossum 1999-01-09 22:00:10 +00:00
parent 0291d1d1d6
commit f52cca9812
1 changed files with 0 additions and 1 deletions

View File

@ -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