[Popup] Fixed the scaling issue related to theme_hook
authorRajeev Ranjan <rajeev.r@samsung.com>
Wed, 14 Mar 2012 07:44:15 +0000 (13:14 +0530)
committerRajeev Ranjan <rajeev.r@samsung.com>
Wed, 14 Mar 2012 07:44:15 +0000 (13:14 +0530)
src/lib/elc_popup.c

index 899ca22..d3f0a5e 100644 (file)
@@ -173,8 +173,7 @@ _theme_hook(Evas_Object *obj)
 
    if (!wd) return;
    elm_layout_theme_set(wd->base, "popup", "base", elm_widget_style_get(obj));
-   elm_widget_scale_set(wd->base, elm_widget_scale_get(obj) *
-                        _elm_config->scale);
+   elm_widget_scale_set(wd->base, elm_widget_scale_get(obj));
    _elm_widget_mirrored_reload(obj);
    _mirrored_set(obj, elm_widget_mirrored_get(obj));
    if (wd->button_count)