mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
plugin-manager: Kill window effects on destroy
We do so for all other window effects already. Why this was left out
is unknown (9b3a0d1ad8
), but we will need it for a fix in GS.
Related: https://gitlab.gnome.org/GNOME/mutter/issues/655
https://gitlab.gnome.org/GNOME/mutter/merge_requests/924
This commit is contained in:
parent
0545b93232
commit
a4f51da184
@ -195,6 +195,8 @@ meta_plugin_manager_event_simple (MetaPluginManager *plugin_mgr,
|
||||
if (klass->destroy)
|
||||
{
|
||||
retval = TRUE;
|
||||
meta_plugin_manager_kill_window_effects (plugin_mgr,
|
||||
actor);
|
||||
klass->destroy (plugin, actor);
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user