[clutter/clutter-1.10] actor: Do not queue_redraw() in set_opacity()
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [clutter/clutter-1.10] actor: Do not queue_redraw() in set_opacity()
- Date: Wed, 11 Apr 2012 11:53:55 +0000 (UTC)
commit 7941733f879b099ac64f266236a581951d8bc906
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Tue Apr 10 12:58:17 2012 +0100
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.
clutter/clutter-actor.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c
index 5f66934..611661a 100644
--- a/clutter/clutter-actor.c
+++ b/clutter/clutter-actor.c
@@ -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);
}
/*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]