diff --git a/pydm/widgets/base.py b/pydm/widgets/base.py index 8ffd69557..5971912d6 100644 --- a/pydm/widgets/base.py +++ b/pydm/widgets/base.py @@ -195,7 +195,7 @@ def eventFilter(self, obj, event): return channels = channels_method() if channels: - self.show_address_tooltip(event, channels) + self.show_address_tooltip(event) return True else: # return and run default behavior middle-click paste if PyDMLineEdit @@ -204,7 +204,7 @@ def eventFilter(self, obj, event): return False return False - def show_address_tooltip(self, event, channels): + def show_address_tooltip(self, event): """ Show the PyDMTooltip and copy address to clipboard