mirror of
https://github.com/brl/mutter.git
synced 2025-02-05 16:14:10 +00:00
ccb49f75e4
Crossing events should never be stopped during event emission. We already have a check that enforces this in clutter_actor_event(), but ClutterActions still sometimes try to stop crossing events from propagating. Improve that situation and return CLUTTER_EVENT_PROPAGATE when handling crossings in ClutterActions, too. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2342>