mirror of
https://github.com/brl/mutter.git
synced 2025-03-26 13:13:59 +00:00

We rightfully unset the stage focus when the focus actor is destroyed, which in turns results in the ClutterActor::-key-focus-out signal being emitted on an actor that is no longer fully valid. Avoid that emission, so consumers don't have to deal with half-disposed actors in their handler. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4324 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1884>