GNOME Bugzilla – Bug 594560
canvas does not forward scroll events to items holding a grab (patch attached)
Last modified: 2009-10-01 08:56:48 UTC
Created attachment 142737 [details] [review] fix for forwarding scroll events to items with a grab the current release (2.26) of GnomeCanvas fails to forward GDK_SCROLL events to an item that is holding a grab. the attached 3 line patch corrects this - it is clearly a case of omission, likely caused by GDK_SCROLL not existing when this part of the code was created.
Commited.