elementary/elm_win.c : When highlight shutdown, custom highlight of current focused widget should be hidden.

This commit is contained in:
WooHyun Jung 2013-07-13 12:37:03 +09:00
parent bfc9706bc5
commit d659ee012e
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}