This would be why selections stopped working, I was eating all left mouse button events
This commit is contained in:
parent
7bfd5ae9f7
commit
016e9ce12d
|
@ -101,7 +101,7 @@ class TerminatorTerm:
|
|||
# Left mouse button should transfer focus to this vte widget
|
||||
if event.button == 1:
|
||||
self._vte.grab_focus ()
|
||||
return True
|
||||
return False
|
||||
|
||||
if event.button == 3:
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue