mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 23:54:09 +00:00
Queue a redraw when removing an effect by name
https://bugzilla.gnome.org/show_bug.cgi?id=659501
This commit is contained in:
parent
fcc2ab7be5
commit
4396bec330
@ -12044,7 +12044,7 @@ clutter_actor_remove_effect_by_name (ClutterActor *self,
|
|||||||
if (meta == NULL)
|
if (meta == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
_clutter_meta_group_remove_meta (priv->effects, meta);
|
clutter_actor_remove_effect (self, CLUTTER_EFFECT (meta));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user