mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
105a3f757a
Clutter actors might emit property changes in dispose, while unparenting. However we assume that the ::destroy signal is the last one we emit for an actor, and that starting from this moment the object is not valid anymore, and so we don't expect any signal emission from it. To avoid this, freeze the object notifications on an actor during its disposition, just before the ::destroy signal emission. Update the actor-destroy test to verify this behavior. https://gitlab.gnome.org/GNOME/mutter/merge_requests/769 |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |