Scroll to top of info window when done.

This commit is contained in:
Guido van Rossum 1997-05-09 03:19:29 +00:00
parent ff2ea728b8
commit 29f6533c7f

View file

@ -264,6 +264,7 @@ class CheckerWindow(webchecker.Checker):
if rawlink != url:
d.put(" (%s)" % rawlink)
d.put("\n")
d.text.yview("1.0")
def setbad(self, url, msg):
webchecker.Checker.setbad(self, url, msg)