Skip to content

Allow scrolling in text area with mouse wheel

Alan Coopersmith requested to merge alanc/xconsole:misc into master

Previously translations for buttons 4 & 5 were only set for the scrollbar, so required the mouse to be over the scrollbar to use the mouse wheel. This enables the translations when the mouse is over the text area as well.

Fixes: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=201994

Merge request reports