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')
|
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…
Reference in New Issue