Fix proxy object check to compare against proper object.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-09 08:06:05 +01:00
parent 232c9f17ba
commit 6cdbca59d4
1 changed files with 1 additions and 1 deletions

View File

@ -1355,7 +1355,7 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object *eo_obj,
else
{
//FIXME: Consider to clip by the proxy clipper.
if (proxy_obj && (proxy_obj != obj))
if (proxy_obj && (proxy_obj != eo_obj))
{
if (_evas_render_has_map(eo_obj, obj))
evas_object_clip_recalc(obj);