On Mon, 2009-08-31 at 20:18 +1000, Davyd Madeley wrote:

> It's possible that I can fix this without changing Clutter (need to
> think about it a little more), but I was wondering if anyone else saw a
> possible use for a clutter_actor_flush_cached_size() method, or similar.

if you only need to flush the cached size (not the position), just call:

  clutter_actor_set_size (actor, -1, -1);

this will unset the cached minimum and natural size of the actor and
will queue a relayout.

ciao,
 Emmanuele.

-- 
Emmanuele Bassi, Senior Engineer        | emmanuele.ba...@intel.com
Intel Open Source Technology Center     | http://oss.intel.com

-- 
To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

Reply via email to