Kaydet (Commit) 29f6533c authored tarafından Guido van Rossum's avatar Guido van Rossum

Scroll to top of info window when done.

üst ff2ea728
...@@ -264,6 +264,7 @@ class CheckerWindow(webchecker.Checker): ...@@ -264,6 +264,7 @@ class CheckerWindow(webchecker.Checker):
if rawlink != url: if rawlink != url:
d.put(" (%s)" % rawlink) d.put(" (%s)" % rawlink)
d.put("\n") d.put("\n")
d.text.yview("1.0")
def setbad(self, url, msg): def setbad(self, url, msg):
webchecker.Checker.setbad(self, url, msg) webchecker.Checker.setbad(self, url, msg)
......
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