diff --git a/pydm/widgets/base.py b/pydm/widgets/base.py index c053f80c1..8ffd69557 100644 --- a/pydm/widgets/base.py +++ b/pydm/widgets/base.py @@ -197,9 +197,9 @@ def eventFilter(self, obj, event): if channels: self.show_address_tooltip(event, channels) return True - else: - # return and run default behavior middle-click paste if PyDMLineEdit - # is not connected to channel, so you can still paste the middle-click + else: + # return and run default behavior middle-click paste if PyDMLineEdit + # is not connected to channel, so you can still paste the middle-click # clipboard into edits intended for text entry. return False return False