actor: Do not queue_redraw() in set_opacity()

The opacity internal setter will do it for us, and it will take into
consideration any eventual flatten effect applied to the actor.

This unbreaks the actor-offscreen-redirect conformance test.
This commit is contained in:
Emmanuele Bassi 2012-04-10 12:58:17 +01:00
parent 25bf0b72f6
commit de9112bc8c

View File

@ -10010,8 +10010,6 @@ clutter_actor_set_opacity (ClutterActor *self,
}
else
_clutter_actor_update_transition (self, obj_props[PROP_OPACITY], opacity);
clutter_actor_queue_redraw (self);
}
/*