]> granicus.if.org Git - python/commit
Raise the root window on reset().
authorGuido van Rossum <guido@python.org>
Sat, 24 Oct 1998 16:38:38 +0000 (16:38 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 24 Oct 1998 16:38:38 +0000 (16:38 +0000)
commitd4103883f3e556e3d903515eab79fb77413ebb75
tree5b72952da5c561ce49af0f42e096a593d90bab1e
parent5ac15bc9c82b8d3d32402f733197c8f1e78892f3
Raise the root window on reset().
Different action on WM_DELETE_WINDOW is more likely to do the right thing,
allowing us to destroy old windows.
Tools/idle/turtle.py