From 3406b913dbc8164c27473a825ab83da0c3450ea1 Mon Sep 17 00:00:00 2001 From: Rajeev Ranjan Date: Wed, 14 Mar 2012 13:14:15 +0530 Subject: [PATCH] [Popup] Fixed the scaling issue related to theme_hook --- src/lib/elc_popup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.7.4