mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
2007-08-04 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.c (clutter_actor_set_opacity): Queue a redraw when setting the opacity of an actor.
This commit is contained in:
parent
f32dca44e2
commit
7cd4ee0517
@ -1,3 +1,8 @@
|
||||
2007-08-04 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-actor.c (clutter_actor_set_opacity): Queue
|
||||
a redraw when setting the opacity of an actor.
|
||||
|
||||
2007-08-03 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/clutter-behaviour-ellipse.c:
|
||||
|
@ -1988,6 +1988,9 @@ clutter_actor_set_depth (ClutterActor *self,
|
||||
*/
|
||||
clutter_group_sort_depth_order (CLUTTER_GROUP (priv->parent_actor));
|
||||
}
|
||||
|
||||
if (CLUTTER_ACTOR_IS_VISIBLE (self))
|
||||
clutter_actor_queue_redraw (self);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user