[access][gengrid] fix: gengrid does not work under the accessibility

This commit is contained in:
Shinwoo Kim 2013-05-03 19:53:56 +09:00
parent 875502e821
commit 3630715e62
3 changed files with 8 additions and 0 deletions

View File

@ -1327,3 +1327,7 @@
2012-05-02 ChunEon Park (Hermet)
* Don't be dead even if a ctxpopup item callback function is null.
2012-05-03 Shinwoo Kim
* Fix gengrid does not work under the accessibility.

View File

@ -223,6 +223,7 @@ Fixes:
* Fix elm_object_cursor_theme_search_enabled_set to do as it's name described.
* Elm_entry_filter_accept_set function now can recognize tags.
* Don't be dead even if a ctxpopup item callback is null.
* Fix gengrid does not work under the accessibility.
Removals:

View File

@ -4012,6 +4012,9 @@ _class_constructor(Eo_Class *klass)
};
eo_class_funcs_set(klass, func_desc);
if (_elm_config->access_mode)
_elm_gengrid_smart_focus_next_enable = EINA_TRUE;
evas_smart_legacy_type_register(MY_CLASS_NAME, klass);
}
static const Eo_Op_Description op_desc[] = {