projects
/
profile
/
tv
/
apps
/
native
/
air_apps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
449c8c0
)
Fixed the gengrid to be focused by grid item unit
53/48853/1
accepted/tizen/tv/20151005.055318
submit/tizen/20151005.003307
tizen_3.0.m2.a1_tv_release
author
Hyojung Jo
<hj903.jo@samsung.com>
Thu, 1 Oct 2015 00:36:04 +0000
(09:36 +0900)
committer
Hyojung Jo
<hj903.jo@samsung.com>
Thu, 1 Oct 2015 00:36:04 +0000
(09:36 +0900)
Change-Id: I82ce12e7a9acc88eefb8315d3d162e85681f41ea
Signed-off-by: Hyojung Jo <hj903.jo@samsung.com>
src/view/view_action_menu.c
patch
|
blob
|
history
diff --git
a/src/view/view_action_menu.c
b/src/view/view_action_menu.c
index ed3f45971e1e21a2d16f212fc9abf47b4a03d5ad..acb30c3db5ca3d3cb5a299da1169325d23e03afe 100644
(file)
--- a/
src/view/view_action_menu.c
+++ b/
src/view/view_action_menu.c
@@
-385,6
+385,8
@@
static bool _add_grid(struct _priv *priv)
return false;
}
+ elm_object_focus_region_show_mode_set(grid, ELM_FOCUS_REGION_SHOW_ITEM);
+
priv->grid = grid;
return true;