[access] unregister genlist item which does not have text and content

SVN revision: 83000
This commit is contained in:
Shinwoo Kim 2013-01-19 05:09:34 +00:00
parent e62cc1b95d
commit 3428d24364
1 changed files with 4 additions and 0 deletions

View File

@ -1464,6 +1464,10 @@ _item_realize(Elm_Gen_Item *it,
&it->item->flip_content_objs);
}
/* access: unregister item which have no text and content */
if (_elm_config->access_mode && !it->texts && !it->contents)
_elm_access_widget_item_unregister((Elm_Widget_Item *)it);
if (!it->item->mincalcd)
{
Evas_Coord mw = -1, mh = -1;