MetaBackgroundActor: queue a redraw when the background changes

When the MetaBackground changes, queue the actor for redraw.
This commit is contained in:
Owen W. Taylor 2014-10-08 14:56:43 -04:00
parent c39f18c2d4
commit 272e1fb296

View File

@ -708,6 +708,7 @@ on_background_changed (MetaBackground *background,
MetaBackgroundActor *self)
{
invalidate_pipeline (self, CHANGED_BACKGROUND);
clutter_actor_queue_redraw (CLUTTER_ACTOR (self));
}
void