Commit dce32a93 authored by Jack Jansen's avatar Jack Jansen

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

parent a2408e9d
...@@ -60,7 +60,7 @@ class InterslipControl(FrameWork.Application): ...@@ -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()
......
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