evas/evas_render - should call the render_post since the object color can be changed without changing map

SVN revision: 71224
This commit is contained in:
ChunEon Park 2012-05-18 06:51:30 +00:00
parent e3575cb505
commit 03995b4e98
1 changed files with 1 additions and 1 deletions

View File

@ -1575,7 +1575,7 @@ evas_render_updates_internal(Evas *e,
evas_object_change_reset(obj);
}
else if ((obj->cur.map != obj->prev.map) ||
(obj->cur.usemap != obj->prev.usemap))
(obj->cur.usemap != obj->prev.usemap) || clean_them)
{
RD(" OBJ [%p] post... func2\n", obj);
obj->func->render_post(obj);