[genlist] no scale at theme_hook
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 8 Mar 2012 07:19:21 +0000 (16:19 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 8 Mar 2012 07:19:21 +0000 (16:19 +0900)
Change-Id: I0bfb156dafc5cf3a2c212e20370ba9643bcb950c

src/lib/elm_genlist.c

index a5a3286..15df117 100644 (file)
@@ -583,7 +583,7 @@ _theme_hook(Evas_Object *obj)
    _mirrored_set(obj, elm_widget_mirrored_get(obj));
    elm_smart_scroller_object_theme_set(obj, wd->scr, "genlist", "base",
                                        elm_widget_style_get(obj));
-   edje_object_scale_set(wd->scr, elm_widget_scale_get(obj) * _elm_config->scale);
+   //edje_object_scale_set(wd->scr, elm_widget_scale_get(obj) * _elm_config->scale);
    wd->item_width = wd->item_height = 0;
    wd->group_item_width = wd->group_item_height = 0;
    wd->minw = wd->minh = wd->realminw = 0;