Allow tearing off of the Windows menu.
This commit is contained in:
parent
0291d1d1d6
commit
f52cca9812
|
@ -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…
Reference in New Issue