GNOME Bugzilla – Bug 774760
inspector: ensure controller is a GtkGesture
Last modified: 2016-11-23 22:03:52 UTC
Quick patch to ensure that a GtkEventController is a GtkGesture
Created attachment 340380 [details] [review] inspector: ensure controller is a GtkGesture While GtkEventController implementations today are all GtkGesture, it is possible to create a GtkEventController manually. This is an extrac check to ensure we only add gestures to the list.
Review of attachment 340380 [details] [review]: sure, makes sense