Summary:
The inherit_only groups could be used for template of other groups.
So, even if it has image part, it dose not need to have image attributes.
@fix
Test Plan: N/A
Reviewers: cedric, conr2d, jpeg, raster
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D4322
Change-Id: I1568c3600a0e3b5270acb3d0e376769a1b96d9c7
Edje_Part_Description_Image *epd, Eet_File *ef)
{
unsigned int i;
+ Edje_Part_Collection_Parser *pcp = (Edje_Part_Collection_Parser *)pc;
+
+ if (pcp->inherit_only) return;
if (epd->image.id == -1 && epd->common.visible)
WRN("Collection %s(%i): image attributes missing for "