call edje_cc link combining when popping the group so the last group doesn't not get linked

This commit is contained in:
Mike Blumenkrantz 2014-05-08 21:03:53 -04:00
parent 79c4baf1cc
commit c911ac2fb9
1 changed files with 2 additions and 2 deletions

View File

@ -2894,8 +2894,6 @@ ob_collections_group(void)
current_part = NULL;
current_desc = NULL;
if (current_de)
_link_combine();
current_group_inherit = EINA_FALSE;
@ -11205,6 +11203,8 @@ edje_cc_handlers_pop_notify(const char *token)
}
else if (current_program && (!strcmp(token, "link")))
current_program = NULL;
else if (current_de && (!strcmp(token, "group")))
_link_combine();
}
static void