diff --git a/pyfpdb/Hud.py b/pyfpdb/Hud.py index 41154c13..e0e14689 100644 --- a/pyfpdb/Hud.py +++ b/pyfpdb/Hud.py @@ -423,7 +423,7 @@ class Stat_Window: return True return False - def noop(self): # i'm going to try to connect the focus-in and focus-out events here, to see if that fixes any of the focus problems. + def noop(self, *args): # i'm going to try to connect the focus-in and focus-out events here, to see if that fixes any of the focus problems. return True def kill_popup(self, popup):