mirror of https://github.com/python/cpython.git
Scroll to top of info window when done.
This commit is contained in:
parent
ff2ea728b8
commit
29f6533c7f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue