mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +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')
|
menu = self.menudict.get('windows')
|
||||||
if menu:
|
if menu:
|
||||||
menu.configure(tearoff=0)
|
|
||||||
end = menu.index("end")
|
end = menu.index("end")
|
||||||
if end is None:
|
if end is None:
|
||||||
end = -1
|
end = -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue