fix scale_get(). thanks marco

SVN revision: 43010
This commit is contained in:
Carsten Haitzler 2009-10-11 05:43:42 +00:00
parent 0fe15aa512
commit 82540069b8
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,7 @@ elm_widget_scale_get(const Evas_Object *obj)
if (sd->parent_obj)
return elm_widget_scale_get(sd->parent_obj);
else
return elm_scale_get();
return 1.0;
}
return sd->scale;
}