edje: fix the typo in prev commit
authorAmitesh Singh <amitesh.sh@samsung.com>
Thu, 30 Nov 2017 11:02:36 +0000 (20:02 +0900)
committerAmitesh Singh <amitesh.sh@samsung.com>
Thu, 30 Nov 2017 11:02:36 +0000 (20:02 +0900)
src/lib/edje/edje_util.c

index 06bc9ee..2872317 100644 (file)
@@ -402,7 +402,7 @@ edje_object_base_scale_get(const Eo *obj)
 
    ed = _edje_fetch(obj);
    if (!ed->file) return 1.0;
-   return TO_DOUBLE(ed->scale);
+   return TO_DOUBLE(ed->file->base_scale);
 }
 
 EOLIAN Eina_Bool