Hi,

I began porting Sofa to Clutter 0.4.  Unfortunately it didn't work right
off the box.  I suspect clutter_actor_show_all() has a different
behavior between 0.2 and 0.4.  I have my actors grouped in 3 levels:

MenuList -> Menu -> Label 

In 0.2, I only had to clutter_actor_show_all() on MenuList to have all
the menu show up.  Now in 0.4, after a good search ;), I found out I
have to do a clutter_actor_show_all() on each menu.   

It might be a performance improvement, but I preferred the previous
behavior... what do you think?

Pierre-Luc

Reply via email to