elm: Fix typo checking ecore_evas for efl_access_component_extents

This commit is contained in:
Shinwoo Kim 2018-01-22 22:07:57 +09:00
parent 0a5b15ccac
commit 5d8f2df24b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ _efl_access_component_extents_get(Eo *obj, void *_pd EINA_UNUSED, Eina_Bool scre
if (screen_coords)
{
Ecore_Evas *ee = ecore_evas_ecore_evas_get(evas_object_evas_get(obj));
if (!ee)
if (ee)
{
int ee_x = 0, ee_y = 0;
ecore_evas_geometry_get(ee, &ee_x, &ee_y, NULL, NULL);