From 8f2918f4fa075af61c63ef076a01ee7b1d5d83d8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 17 Feb 1999 17:34:58 +0000 Subject: After all, we don't need to call the callbacks ourselves! --- Tools/idle/EditorWindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Tools/idle/EditorWindow.py b/Tools/idle/EditorWindow.py index 0aa31ea..9436903 100644 --- a/Tools/idle/EditorWindow.py +++ b/Tools/idle/EditorWindow.py @@ -451,7 +451,6 @@ class EditorWindow: self.color.close(doh) # Cancel colorization if not colorizing: self.top.destroy() - self.top.after_idle(WindowList.call_callbacks) return reply def load_extensions(self): -- cgit v0.12