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
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ def showinfo(self, url):
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)