{
if (!rsd->acceleration)
{
- if (rsd->is_first_rotary_control)
+ if (elm_atspi_bridge_utils_is_screen_reader_enabled() && rsd->is_first_rotary_control)
{
rsd->is_first_rotary_control = EINA_FALSE;
rsd->selected_index = 0;
{
evas_object_smart_callback_add(rotary_selector, "more,option,opened", _rotary_selector_moreoption_opened_cb, rsd);
evas_object_smart_callback_add(rotary_selector, "more,option,closed", _rotary_selector_moreoption_closed_cb, rsd);
+ _rotary_selector_from_moreoption_set(rotary_selector, EINA_FALSE);
+ rsd->is_first_rotary_control = EINA_TRUE;
}
- _rotary_selector_from_moreoption_set(rotary_selector, EINA_FALSE);
- rsd->is_first_rotary_control = EINA_TRUE;
//
return rotary_selector;
}