mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
633d5d1b84
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