woohyun pushed a commit to branch master.

commit 1f564888b230fb5e38f7a70833c1a2053acdb22a
Author: WooHyun Jung <[email protected]>
Date:   Sat Jul 13 12:37:03 2013 +0900

    elementary/elm_win.c : When highlight shutdown, custom highlight of current 
focused widget should be hidden.
---
 src/lib/elm_win.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elm_win.c b/src/lib/elm_win.c
index 7b00a98..525fea6 100644
--- a/src/lib/elm_win.c
+++ b/src/lib/elm_win.c
@@ -1407,6 +1407,8 @@ _elm_win_focus_highlight_shutdown(Elm_Win_Smart_Data *sd)
    _elm_win_focus_highlight_reconfigure_job_stop(sd);
    if (sd->focus_highlight.cur.target)
      {
+        elm_widget_signal_emit(sd->focus_highlight.cur.target,
+                               "elm,action,focus_highlight,hide", "elm");
         _elm_win_focus_target_callbacks_del(sd);
         sd->focus_highlight.cur.target = NULL;
      }

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to