use comp object api function for shape cutting to prevent mirrors from getting shapes cut

This commit is contained in:
Mike Blumenkrantz 2014-08-22 18:13:26 -04:00
parent 5494ada630
commit 21da3ed343
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ _e_comp_shapes_update_job(E_Comp *c)
_e_comp_shapes_update_object_shape_comp_helper(c, o, tb);
continue;
}
ec = evas_object_data_get(o, "E_Client");
ec = e_comp_object_client_get(o);
if (ec && (!ec->no_shape_cut))
_e_comp_shapes_update_comp_client_shape_comp_helper(ec, tb
#ifdef SHAPE_DEBUG