item should not be highlighted on draging
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 1 Apr 2013 04:10:44 +0000 (13:10 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 1 Apr 2013 04:35:19 +0000 (13:35 +0900)
Change-Id: I8b978307c0945de8927df695f89663d4439e86d6

ism/extras/efl_setting/isf_setting_efl.cpp

index 72a5190..69615d0 100644 (file)
@@ -479,6 +479,7 @@ static Evas_Object *_gl_icon_get (void *data, Evas_Object *obj, const char *part
         Evas_Object *onoff_ck = elm_check_add (obj);
         elm_object_style_set (onoff_ck, "on&off");
         evas_object_smart_callback_add (onoff_ck, "changed", onoff_check_cb, (void *) (item_data->mode));
+        evas_object_propagate_events_set (onoff_ck, EINA_FALSE);
         if (item_data->mode == AUTO_CAPITALIZATION_ITEM) {
             elm_check_state_set (onoff_ck, _auto_capitalisation);
         } else if (item_data->mode == AUTO_FULL_STOP_ITEM) {