mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Scroll to top of info window when done.
This commit is contained in:
parent
ff2ea728b8
commit
29f6533c7f
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue