mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Idle callback is now supplied with the null event causing it.
This commit is contained in:
parent
a2408e9d6a
commit
dce32a93d3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class InterslipControl(FrameWork.Application):
|
||||||
if n == 1:
|
if n == 1:
|
||||||
return
|
return
|
||||||
|
|
||||||
def idle(self):
|
def idle(self, event):
|
||||||
"Idle routine - update status"
|
"Idle routine - update status"
|
||||||
self.main_dialog.updatestatus()
|
self.main_dialog.updatestatus()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue