GNOME Bugzilla – Bug 788914
some gestures do not activate until a second gesture is registered
Last modified: 2018-05-02 19:15:33 UTC
I've noticed something odd with GtkGestureSwipe and GtkGesturePan when setting n-points to 3. If I only have one gesture registered on the widget, it doesn't activate. But if I add a second gesture, such as GtkGestureScale or GtkGestureZoom, it will activate. So for the time being, I'm just adding a dummy second gesture and it works as expected. I tested this using the gesture demo in gtk3-demo and just #if 0 various gestures.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gtk/issues/943.