On Wed, Sep 4, 2013 at 5:52 PM, Michaël Bouchaud <y...@efl.so> wrote:
> I reread the code and the code already do in this way. I don't change it...
>
> if ((ep->part->type == EDJE_PART_TYPE_BOX) ||
>             (ep->part->type == EDJE_PART_TYPE_TABLE))
>           {
>              EINA_LIST_FOREACH(ep->typedata.container->items, l, o)
>                edje_object_scale_set(o, scale);
>           }
> }
>
> But I think too, we need to clarify this question.

Wouldn't it be enough to just add ep->part->type ==
EDJE_PART_TYPE_GROUP to this list ? We want it for group not for
swallow, right ?
-- 
Cedric BAIL

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to