set focus move policy from CLICK to IN 55/44855/1
authorSoohye Shin <soohye.shin@samsung.com>
Tue, 28 Jul 2015 12:00:44 +0000 (21:00 +0900)
committerSoohye Shin <soohye.shin@samsung.com>
Tue, 28 Jul 2015 12:00:44 +0000 (21:00 +0900)
Change-Id: Ifdf8be7ee67fb96900ac9e3dd0b9aed148046a73
Signed-off-by: Soohye Shin <soohye.shin@samsung.com>
src/main.c

index 9338fed..8e734d1 100644 (file)
@@ -57,7 +57,7 @@ static bool _create(void *user_data)
        ad = user_data;
 
        elm_theme_overlay_add(NULL, THEMEFILE);
-       elm_config_focus_move_policy_set(ELM_FOCUS_MOVE_POLICY_CLICK);
+       elm_config_focus_move_policy_set(ELM_FOCUS_MOVE_POLICY_IN);
 
        win = _add_win(ad->name);
        if (!win) {