mirror of https://github.com/python/cpython.git
Idle callback is now supplied with the null event causing it.
This commit is contained in:
parent
a2408e9d6a
commit
dce32a93d3
|
@ -60,7 +60,7 @@ def do_about(self, *args):
|
|||
if n == 1:
|
||||
return
|
||||
|
||||
def idle(self):
|
||||
def idle(self, event):
|
||||
"Idle routine - update status"
|
||||
self.main_dialog.updatestatus()
|
||||
|
||||
|
|
Loading…
Reference in New Issue