diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index ed8b6869..c5a2f3d2 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -864,7 +864,7 @@ class Terminal(gtk.VBox): # Any button event should grab focus widget.grab_focus() - if type(widget) == gtk.VScrollbar: + if type(widget) == gtk.VScrollbar and event.type == gtk.gdk._2BUTTON_PRESS: # Suppress double-click behavior return True