]> git.armaanb.net Git - chorizo.git/commit
Scroll tabs using mouse wheel
authorPeter Hofmann <scm@uninformativ.de>
Tue, 28 Apr 2020 19:30:13 +0000 (21:30 +0200)
committerPeter Hofmann <scm@uninformativ.de>
Wed, 29 Apr 2020 15:59:15 +0000 (17:59 +0200)
commit649a067929656183ca6d194536b5927bf84daf82
tree20b22e759c842d5d4cd797191cf6ae93db947344
parenta5c296a74c83a23331009e55f323e89f679166c3
Scroll tabs using mouse wheel

Not ideal, because it doesn't work when the mouse hovers over empty
areas. If we connect that signal to the notebook itself, it will also
trigger when scrolling the web page -- if the web_view doesn't handle
the scroll. The event then propagates upwards in the hierarchy and ends
up in the notebook.

Means we would have to wrap the web_view in a dummy evbox that catches
all scroll events. Nah.
browser.c