fix xcale icons

SVN revision: 36543
This commit is contained in:
Carsten Haitzler 2008-10-09 10:39:05 +00:00
parent 17feb3757b
commit f782b5dde5
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ _sizing_eval(Evas_Object *obj)
else
{
_els_smart_icon_scale_set(wd->img, _elm_config->scale);
w *= _elm_config->scale;
h *= _elm_config->scale;
_els_smart_icon_size_get(wd->img, &w, &h);
}
if (!wd->scale_down)
{