Fix long line

This commit is contained in:
Florian Bruhin 2017-02-04 00:11:48 +01:00
parent 66719c5ecc
commit 6cd4105ea1

View File

@ -208,7 +208,7 @@ class MouseEventFilter(QObject):
if evtype not in self._handlers:
return False
if obj is not self._tab.event_target():
log.mouse.debug("Ignoring {} to {}".format(event.__class__.__name__,
obj))
log.mouse.debug("Ignoring {} to {}".format(
event.__class__.__name__, obj))
return False
return self._handlers[evtype](event)