atspi: add SENSITIVE to default widget state set.

Summary:
without given state Orca screen reader deafult script interpret
widget as 'grayed out'.

Test Plan: orca screen reader tests on ubuntu 13.10 with orca 3.10.1

Reviewers: raster, seoz, z.kosinski

Differential Revision: https://phab.enlightenment.org/D983
This commit is contained in:
Lukasz Stanislawski 2014-06-11 15:28:45 +09:00 committed by Carsten Haitzler (Rasterman)
parent 636bb88170
commit e24102c696
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ _elm_interface_atspi_widget_elm_interface_atspi_accessible_state_set_get(Eo *obj
{
STATE_TYPE_SET(states, ELM_ATSPI_STATE_ENABLED);
STATE_TYPE_SET(states, ELM_ATSPI_STATE_ACTIVE);
STATE_TYPE_SET(states, ELM_ATSPI_STATE_SENSITIVE);
}
return states;