[access] use given object, if there is no highlight object in _access_highlight_next_...
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 10 Apr 2013 07:52:07 +0000 (16:52 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Sun, 14 Apr 2013 09:38:04 +0000 (18:38 +0900)
Change-Id: Ia7a8da543d152a4f03973111cddb9f2bdfc83609

src/lib/elm_access.c

index 1e0f5c5..3b6430e 100644 (file)
@@ -537,7 +537,7 @@ _access_highlight_next_get(Evas_Object *obj, Elm_Focus_Direction dir)
    if (!elm_widget_is(obj)) return ret;
 
    ho = _access_highlight_object_get(obj);
-   if (!ho) return ret;
+   if (!ho) ho = obj;
 
    parent = ho;