]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Allow tearing off of the Windows menu.
authorGuido van Rossum <guido@python.org>
Sat, 9 Jan 1999 22:00:10 +0000 (22:00 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 9 Jan 1999 22:00:10 +0000 (22:00 +0000)
Tools/idle/EditorWindow.py

index b4c9156adbdaf853f7d981f33162c85d2cd758a9..ead0e8a427165fd0d60c5c5b0d43816e24190ffe 100644 (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