projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82f775
)
and hide hilight on mouse out
author
raster
<raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 23 Aug 2011 08:48:56 +0000
(08:48 +0000)
committer
Mike McCormack
<mj.mccormack@samsung.com>
Mon, 14 Nov 2011 07:52:01 +0000
(16:52 +0900)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@62715
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
src/lib/elm_access.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_access.c
b/src/lib/elm_access.c
index
e85aea9
..
2e48d16
100644
(file)
--- a/
src/lib/elm_access.c
+++ b/
src/lib/elm_access.c
@@
-101,7
+101,7
@@
_access_obj_mouse_out_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUS
{
Elm_Access_Info *ac = evas_object_data_get(data, "_elm_access");
if (!ac) return;
-
//
_elm_access_object_unhilight(data);
+ _elm_access_object_unhilight(data);
if (ac->delay_timer)
{
ecore_timer_del(ac->delay_timer);