[access][win] unhighlight when window is unfocused
authorShinwoo Kim <cinoo.kim@samsung.com>
Thu, 7 Mar 2013 07:59:51 +0000 (16:59 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Thu, 7 Mar 2013 07:59:51 +0000 (16:59 +0900)
legacy/elementary/src/lib/elm_win.c

index e6fed8b..786cc6e 100644 (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) */
    /*   { */