mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Allow tearing off of the Windows menu.
This commit is contained in:
parent
0291d1d1d6
commit
f52cca9812
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue