kimcinoo pushed a commit to branch master.

commit 36324d08174bf8905db16315b0f7ee8332746104
Author: Shinwoo Kim <[email protected]>
Date:   Thu Mar 7 16:59:51 2013 +0900

    [access][win] unhighlight when window is unfocused
---
 src/lib/elm_win.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index e6fed8b..786cc6e 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -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) */
    /*   { */

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to