mirror of
https://github.com/brl/mutter.git
synced 2024-12-28 05:42:14 +00:00
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:
parent
25bf0b72f6
commit
de9112bc8c
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user