[access][win] unhighlight when window is unfocused

This commit is contained in:
Shinwoo Kim 2013-03-07 16:59:51 +09:00
parent b3fe605189
commit 491f47ae61
1 changed files with 3 additions and 0 deletions

View File

@ -833,6 +833,9 @@ _elm_win_focus_out(Ecore_Evas *ee)
edje_object_signal_emit(sd->frame_obj, "elm,action,unfocus", "elm");
}
/* access */
_elm_access_object_hilight_disable(evas_object_evas_get(obj));
/* do nothing */
/* if (sd->img_obj) */
/* { */