This would be why selections stopped working, I was eating all left mouse button events

This commit is contained in:
Chris Jones 2006-11-16 20:34:15 -08:00
parent 7bfd5ae9f7
commit 016e9ce12d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class TerminatorTerm:
# Left mouse button should transfer focus to this vte widget # Left mouse button should transfer focus to this vte widget
if event.button == 1: if event.button == 1:
self._vte.grab_focus () self._vte.grab_focus ()
return True return False
if event.button == 3: if event.button == 3:
return True return True