GNOME Bugzilla – Bug 742010
GtkLabel eats thumb-button clicks
Last modified: 2015-01-09 02:58:11 UTC
Created attachment 293365 [details] [review] gtklabel: Don't accept unhandled mouse buttons So my mouse has thumb-buttons that I use in my application but they don't work if the mouse is over a GtkLabel even though the label does not use them. Attached is a very simple patch to fix this.
Comment on attachment 293365 [details] [review] gtklabel: Don't accept unhandled mouse buttons Looks good to me! this is probably something for gtk-3-14 too.
Attachment 293365 [details] pushed as 57714b9 - gtklabel: Don't accept unhandled mouse buttons