evas/canvas - sorry i added two lines should not be added.

SVN revision: 60334
This commit is contained in:
ChunEon Park 2011-06-15 09:02:04 +00:00
parent b310df818a
commit 21713b5991
1 changed files with 0 additions and 2 deletions

View File

@ -338,12 +338,10 @@ evas_object_map_enable_set(Evas_Object *obj, Eina_Bool enabled)
evas_object_mapped_clip_across_mark(obj); evas_object_mapped_clip_across_mark(obj);
} }
} }
_evas_map_calc_geom_change(obj);
_evas_map_calc_map_geometry(obj); _evas_map_calc_map_geometry(obj);
/* This is a bit heavy handed, but it fixes the case of same geometry, but /* This is a bit heavy handed, but it fixes the case of same geometry, but
* changed colour or UV settings. */ * changed colour or UV settings. */
evas_object_change(obj); evas_object_change(obj);
evas_damage_rectangle_add(evas_object_evas_get(obj), 0, 0, 240, 400);
} }
EAPI Eina_Bool EAPI Eina_Bool