hoversel: change accessibility role to popup

This commit is contained in:
Lukasz Stanislawski 2015-12-15 13:30:20 +01:00
parent 08277c48e5
commit 328c7d6ba7
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ _elm_hoversel_eo_base_constructor(Eo *obj, Elm_Hoversel_Data *_pd EINA_UNUSED)
eo_do(obj,
evas_obj_type_set(MY_CLASS_NAME_LEGACY),
evas_obj_smart_callbacks_descriptions_set(_smart_callbacks),
elm_interface_atspi_accessible_role_set(ELM_ATSPI_ROLE_GLASS_PANE));
elm_interface_atspi_accessible_role_set(ELM_ATSPI_ROLE_PUSH_BUTTON));
return obj;
}