demo: not allow focus in rotate button 87/212687/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 26 Aug 2019 05:57:44 +0000 (14:57 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 26 Aug 2019 05:57:44 +0000 (14:57 +0900)
Change-Id: I6bc54c807e48361286fa1498550d3cf82e31bf21

ism/demos/isf_layout_efl.cpp

index 9d94dee..c92810c 100644 (file)
@@ -302,6 +302,7 @@ static Evas_Object * create_inner_layout (void *data)
 
     /* Click to rotate button */
     Evas_Object *rotate_btn = create_button (parent, "rotate");
+    elm_object_focus_allow_set (rotate_btn, EINA_FALSE);
     evas_object_smart_callback_add (rotate_btn, "clicked", _rotate_cb, (void *)ad);
     elm_box_pack_end (bx, rotate_btn);