From: Rajeev Ranjan Date: Wed, 14 Mar 2012 07:44:15 +0000 (+0530) Subject: [Popup] Fixed the scaling issue related to theme_hook X-Git-Tag: REL_F_I9500_20120317_1~9^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3406b913dbc8164c27473a825ab83da0c3450ea1;p=framework%2Fuifw%2Felementary.git [Popup] Fixed the scaling issue related to theme_hook --- diff --git a/src/lib/elc_popup.c b/src/lib/elc_popup.c index 899ca22..d3f0a5e 100644 --- a/src/lib/elc_popup.c +++ b/src/lib/elc_popup.c @@ -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)