Browse Source

chore: handle mouse move by default to avoid unwanted propagation (#597)

pull/600/head
Pier CeccoPierangioliEugenio 4 weeks ago committed by GitHub
parent
commit
eadfa70502
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      libs/pyTermTk/TermTk/TTkTemplates/mouseevents.py

2
libs/pyTermTk/TermTk/TTkTemplates/mouseevents.py

@ -65,7 +65,7 @@ class TMouseEvents():
:return: **True** if the event has been handled :return: **True** if the event has been handled
:rtype: bool :rtype: bool
''' '''
return False return True
def mouseDragEvent(self, evt:TTkMouseEvent) -> bool: def mouseDragEvent(self, evt:TTkMouseEvent) -> bool:
''' '''

Loading…
Cancel
Save