mirror of
https://github.com/brl/mutter.git
synced 2025-04-11 20:59:39 +00:00

Like the click action, it makes sense to cancel the ongoing gesture when the action is disabled. Do so by overriding our new friend, ClutterActorMeta.set_enabled, and canceling the gesture when disabling the action. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1188