evas/proxy - redraw proxy source properly.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 27 Mar 2014 06:47:00 +0000 (15:47 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 27 Mar 2014 06:47:00 +0000 (15:47 +0900)
commitb2070f8c390ec8d8c491aff51ab95a9bbb4fd630
treedf724b7e27279635c99278b40939b9c47f691630
parent5778896735c0826176872e389879fae914b0500d
evas/proxy - redraw proxy source properly.

This patch fixes the proxy drawing problem that source won't be updated in some case

If the image object is the one member of the smart that has the proxy,
the proxy(image part) won't be redrawed properly unless evas tries to draw the image object.
This can be heppend if the image object is inactive cause of some reasone(ie. outside of the screen)
So, the proxy object never can be never updated even the image part is changed.
Now let try to be active if the parent is both active and source object.

and revert previous change with regarded to a739716ceec531a2178ac3c0d59bc15b90bb9167,
that's no more required now.

@fix
src/lib/evas/canvas/evas_object_image.c
src/lib/evas/canvas/evas_render.c