Kaydet (Commit) dce32a93 authored tarafından Jack Jansen's avatar Jack Jansen

Idle callback is now supplied with the null event causing it.

üst a2408e9d
......@@ -60,7 +60,7 @@ class InterslipControl(FrameWork.Application):
if n == 1:
return
def idle(self):
def idle(self, event):
"Idle routine - update status"
self.main_dialog.updatestatus()
......
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