win: Set correct parameter for focus highlight job.

Special thanks to Hosang Kim for the report.
This commit is contained in:
Daniel Juyung Seo 2014-03-07 20:34:37 +09:00
parent 7931337952
commit 8c5ccaf780
1 changed files with 1 additions and 1 deletions

View File

@ -5825,7 +5825,7 @@ _elm_win_focus_highlight_start(Evas_Object *obj)
if (!elm_win_focus_highlight_enabled_get(obj)) return;
sd->focus_highlight.cur.visible = EINA_TRUE;
sd->focus_highlight.geometry_changed = EINA_TRUE;
_elm_win_focus_highlight_reconfigure_job(sd);
_elm_win_focus_highlight_reconfigure_job(obj);
}
EAPI Ecore_Window