Commit bdb3b40b authored by Guido van Rossum's avatar Guido van Rossum

After all, we don't need to call the callbacks ourselves!

parent b5f25523
...@@ -451,7 +451,6 @@ class EditorWindow: ...@@ -451,7 +451,6 @@ class EditorWindow:
self.color.close(doh) # Cancel colorization self.color.close(doh) # Cancel colorization
if not colorizing: if not colorizing:
self.top.destroy() self.top.destroy()
self.top.after_idle(WindowList.call_callbacks)
return reply return reply
def load_extensions(self): def load_extensions(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment