Turn off debug prints
parent
15fc66f0a9
commit
bc2f4186fd
|
@ -105,7 +105,7 @@ class EventRelay(QtCore.QObject):
|
||||||
etype = ev.type()
|
etype = ev.type()
|
||||||
# TODO: turn this on and see what we can filter by default (such
|
# TODO: turn this on and see what we can filter by default (such
|
||||||
# as mouseWheelEvent).
|
# as mouseWheelEvent).
|
||||||
print(f'ev: {ev}')
|
# print(f'ev: {ev}')
|
||||||
|
|
||||||
if etype not in self._event_types:
|
if etype not in self._event_types:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue