From f52cca9812b1d06b46e9cf4fda799941f8a724e4 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 9 Jan 1999 22:00:10 +0000 Subject: Allow tearing off of the Windows menu. --- Tools/idle/EditorWindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/idle/EditorWindow.py b/Tools/idle/EditorWindow.py index b4c9156..ead0e8a 100644 --- a/Tools/idle/EditorWindow.py +++ b/Tools/idle/EditorWindow.py @@ -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 -- cgit v0.12